Class t.s.p._PortalWrapper(Referenceable):

Part of twisted.spread.pb View Source View In Hierarchy

Root Referenceable object, used to login to portal.
Method __init__ Undocumented
Method remote_login Start of username/password login.

Inherited from Referenceable:

Method remoteMessageReceived A remote message has been received. Dispatch it appropriately.
Method jellyFor (internal)

Inherited from Serializable (via Referenceable):

Method processUniqueID Return an ID which uniquely represents this object for this process.

Inherited from Jellyable (via Referenceable, Serializable):

Method getStateFor Undocumented
def __init__(self, portal, broker): (source)
Undocumented
def remote_login(self, username): (source)
Start of username/password login.
API Documentation for twisted, generated by pydoctor.