Home | Trees | Indices | Help |
|
---|
|
object --+ | Undefined
a sentinel for all kinds of undefined values.
Do not instantiate.
>>> Undefined() Traceback (most recent call last): TypeError: Undefined cannot be instantiated. >>> bool(Undefined) False >>> repr(Undefined) '<Undefined>' >>> str(Undefined) Traceback (most recent call last): StructureError: Undefined cannot be stringified.
Nested Classes | |
__metaclass__ the metaclass for Undefined. |
Instance Methods | |||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |