Home | Trees | Index | Help |
---|
Package twisted :: Package test :: Module myrebuilder1 :: Class B |
|
object
--+ |A
--+ | B
Method Summary | |
---|---|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature (inherited from object )
| |
x.__delattr__('name') <==> del x.name (inherited from object )
| |
x.__getattribute__('name') <==> x.name (inherited from object )
| |
Return hash(x) (inherited from object )
| |
Return a new object with type S, a subtype of T (inherited from type )
| |
helper for pickle (inherited from object )
| |
Return repr(x) (inherited from object )
| |
x.__setattr__('name', value) <==> x.name = value (inherited from object )
| |
Return str(x) (inherited from object )
| |
(inherited from A )
| |
b(self)
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:54 2003 | http://epydoc.sf.net |