| Home | Trees | Index | Help |
|---|
| Package twisted :: Package test :: Module test_jelly :: Class NewStyle |
|
object --+
|
NewStyle
| 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)
| |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:14 2003 | http://epydoc.sf.net |