Interface t.s.i.IUnjellyable(Interface):

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

Known implementations: twisted.spread.jelly.Unjellyable, twisted.spread.pb.RemoteReference
No interface docstring
Method unjellyFor Unjelly myself for the jellier.
def unjellyFor(jellier, jellyList): (source)
Unjelly myself for the jellier.
ParametersjellierA stateful object which exists for the lifetime of a single call to unjelly.
jellyListThe list which represents the jellied state of the object to be unjellied.
ReturnsThe object which results from unjellying.
API Documentation for twisted, generated by pydoctor.