Home | Trees | Index | Help |
|
---|
Package twisted :: Package python :: Module reflect :: Class Promise |
|
I represent an object not yet available.
Methods called on me will be queued and sent as soon as the object becomes available. Typically my__become__
method is registered as a
callback with some event that will return my new identity.
Method Summary | |
---|---|
__init__(self)
| |
__become__(self,
new_self)
| |
__getattr__(self,
key)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Dec 9 17:48:17 2003 | http://epydoc.sf.net |