| Trees | Indices | Help | 
|---|
| 
       | 
  
A docstring describing the class should be included for every class.
Details for plans with the class and information for adapting it should also go into the docstring.
A docstring should be seperated from the following code by at least one empty line to lessen confusion.
    
  | 
|||
     
   | 
    __init__(self,
        style="style") Every function needs a docstring, too.  | 
||
     
   | 
    __repr__(self) Information about the class which is intended to be seen by a user of the program, not by a developer.  | 
||
    
  | 
|||
     
   | 
    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 23:11:30 2007 | http://epydoc.sourceforge.net |