Home | Trees | Index | Help |
---|
Module __builtin__ :: Class object |
|
str
,
float
,
int
,
PropertyAccessor
,
type
,
instance
,
B
,
NewStyle
,
Baz
,
B
Method Summary | |
---|---|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x) | |
Return a new object with type S, a subtype of T (inherited from type )
| |
helper for pickle | |
Return repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x) |
Class Variable Summary | |
---|---|
getset_descriptor |
__class__
|
Method Details |
---|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
__delattr__(...)x.__delattr__('name') <==> del x.name |
__getattribute__(...)x.__getattribute__('name') <==> x.name |
__hash__(x)
|
__reduce__(...)helper for pickle |
__repr__(x)
|
__setattr__(...)x.__setattr__('name', value) <==> x.name = value |
__str__(x)
|
Class Variable Details |
---|
__class__
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:25 2003 | http://epydoc.sf.net |