| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
mode
>>> from orm.ui.modes import mode >>> class test(mode): ... def __call__(self, para): ... return para * 2 ... >>> x = test(5) >>> x 10
|
|||
| __new__(cls, *args, **kw) | ||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Wed Feb 20 18:17:29 2008 | http://epydoc.sourceforge.net |