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 RemoteCacheMethod A method on a reference to a RemoteCache.
Function unjellyCached Undocumented
Function unjellyLCache Undocumented
Function unjellyLocal 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