module documentation
(source)

This module represents flavors of remotely accessible objects.

Currently this is only objects accessible through Perspective Broker, but will hopefully encompass all forms of remote access which can emulate subsets of PB (such as XMLRPC or SOAP).

Future Plans: Optimization. Exploitation of new-style object model. Optimizations to this module should not affect external-use semantics at all, but may have a small impact on users who subclass and override methods.

Author
Glyph Lefkowitz
Class ​Remote​Cache​Method A method on a reference to a RemoteCache.
Function unjelly​Cached Undocumented
Function unjelly​LCache Undocumented
Function unjelly​Local Undocumented
Variable cache​_atom Undocumented
Variable cached​_atom Undocumented
Variable copy​_atom Undocumented
Variable remote​_atom Undocumented
def unjellyCached(unjellier, unjellyList): (source)

Undocumented

def unjellyLCache(unjellier, unjellyList): (source)

Undocumented

def unjellyLocal(unjellier, unjellyList): (source)

Undocumented

cache_atom: bytes = (source)

Undocumented

cached_atom: bytes = (source)

Undocumented

copy_atom: bytes = (source)

Undocumented

remote_atom: bytes = (source)

Undocumented