Home | Trees | Index | Help |
---|
Package twisted :: Package spread :: Module publish |
|
Persistently cached objects for PB.
Maintainer: Glyph Lefkowitz<mailto:glyph@twistedmatrix.com>
Stability: semi-stable
Future Plans: None known.Classes | |
---|---|
Publishable |
An object whose cached state persists across sessions. |
RemotePublished |
The local representation of remote Publishable object. |
Function Summary | |
---|---|
Wrap a deferred returned from a pb method in another deferred that expects a RemotePublished as a result. | |
(internal) |
Function Details |
---|
whenReady(d)Wrap a deferred returned from a pb method in another deferred that expects a RemotePublished as a result. This will allow you to wait until the result is really available. Idiomatic usage would look like:publish.whenReady(serverObject.getMeAPublishable()).addCallback(lookAtThePublishable) |
_pubReady(result, d2)(internal) |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:49 2003 | http://epydoc.sf.net |