Trees | Indices | Help |
---|
|
A docstring describing the class should be inclused for every class.
Details for plans with the class and information for adapting it should also go into the docstring.
A docstring should beseperated from the following code by at least one empty line to lessen confusion.
|
|||
|
__init__(self,
style) Every function needs a docstring, too. |
||
|
__repr__(self) Print the relevant information about the class, if it's intended for command line useage, else return it as string. |
|
|||
|
style The coding style. |
|
Every function needs a docstring, too. Additional lines should contain special cases and any quirks which might not behave exactly as expected. |
|
|
styleThe coding style. Every variable needs a description in epydoc format. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Oct 28 22:43:08 2007 | http://epydoc.sourceforge.net |