Undocumented
Method __init__ Undocumented
Method setFoo4 Undocumented
Method getStateToCacheAndObserveFor Get state to cache on the client and client-cache reference to observe locally.
Method stoppedObserving This method is called when a client has stopped observing me.

Inherited from Cacheable:

Method jellyFor Return an appropriate tuple to serialize me.

Inherited from Copyable (via Cacheable):

Method getStateToCopy Gather state to send when I am serialized for a peer.
Method getStateToCopyFor Gather state to send when I am serialized for a particular perspective.
Method getTypeToCopy Determine what type tag to send for me.
Method getTypeToCopyFor Determine what type tag to send for me.

Inherited from Serializable (via Cacheable, Copyable):

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

Inherited from Jellyable (via Cacheable, Copyable, Serializable):

Method getStateFor Undocumented
def __init__(self):
Undocumented
def setFoo4(self):
Undocumented
def getStateToCacheAndObserveFor(self, perspective, observer):

Get state to cache on the client and client-cache reference to observe locally.

This is similar to getStateToCopyFor, but it additionally passes in a reference to the client-side RemoteCache instance that will be created when it is unserialized. This allows Cacheable instances to keep their RemoteCaches up to date when they change, such that no changes can occur between the point at which the state is initially copied and the client receives it that are not propagated.

def stoppedObserving(self, perspective, observer):

This method is called when a client has stopped observing me.

The 'observer' argument is the same as that passed in to getStateToCacheAndObserveFor.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.