Trees | Indices | Help |
|
---|
|
object --+ | Anon
An object whose fields are the constructor keyword arguments. Requesting any other field returns None rather than raise NameError.
Example:
>>> x = Anon(stuff='x',n=5) >>> print x.stuff, x.n, x.whatever x, 5, None
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
str(x)
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |