| Trees | Indices | Help |
|
|---|
|
|
object --+
|
_local
Thread-local data
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
|
x.__setattr__('name', value) <==> x.name = value
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 2 22:44:03 2013 | http://epydoc.sourceforge.net |