twisted.words.service.PBUser(pb.Referenceable)
class documentationtwisted.words.service
View Source
(View In Hierarchy)
Method | __init__ | Undocumented |
Method | processUniqueID | Return an ID which uniquely represents this object for this process. |
Inherited from Referenceable:
Method | remoteMessageReceived | A remote message has been received. Dispatch it appropriately. |
Method | jellyFor | (internal) |
Inherited from Jellyable (via Referenceable, Serializable):
Method | getStateFor | Undocumented |
Return an ID which uniquely represents this object for this process.
By default, this uses the 'id' builtin, but can be overridden to indicate that two values are identity-equivalent (such as proxies for the same object).