RemoteObject

The proxy object.

The following public variables exist:

dopy_protoSpec

An instance of Protocol defining the protocol spec for the object. This may also be None, indicating that the object exists locally. If it is None, there must be a local object defined for it.

dopy_key

The key for the object. Should be unique within the protocol spec.

Protected variables:

_dopy_localObject

For a true remote object, this is set to None. If dopy_protoSpec is None, this contains the object that this is a proxy for.

Methods

__getstate__(self)

   def __getstate__(self):

__init__(self, protoSpec, key, localObject)

   def __init__(self, protoSpec, key, localObject = None):

__setstate__(self, dict)

   def __setstate__(self, dict):