| Home | Trees | Indices | Help |
|
|---|
|
|
MakeStatic and MakeClass
These functions are used to make all the instance methods in a class into static or class methods.
|
|||
| StaticMethodsError | |||
|
|||
|
|||
|
|||
|
|||
__package__ = Nonehash(x) |
|||
|
|||
turn instance methods into static ones The methods (that don't begin with _) of any class that subclasses this will be turned into static methods. |
Turn instance methods into classmethods. Ignore _ like above |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 25 13:38:16 2011 | http://epydoc.sourceforge.net |