Home | Trees | Indices | Help |
|
---|
|
object --+ | Null
Null objects always and reliably "do nothing."
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
_instance = Null(0x08BD4BEC)
|
|
|||
Inherited from |
|
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
x.__delattr__('name') <==> del x.name
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jun 14 22:07:45 2010 | http://epydoc.sourceforge.net |