File: __init__.py

package info (click to toggle)
epydoc 3.0.1%2Bdfsg-14
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 17,540 kB
  • ctags: 30,686
  • sloc: python: 14,373; sh: 97; makefile: 59
file content (15 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
This is an important module that really needs to be documented.

It has a bunch of stuff in it that is not only really important, but also
really interesting too.  Because of that, we really want this information to
show up in the generated Epydoc documentation.

Besides being a pile of completely useless text, this is used as a test case
for Epydoc, to make sure that it's working.

@author: Kenneth J. Pronovici <pronovic@debian.org>
"""

__all__ = [ 'util', ]