Package SPyRO :: Module SPyRO :: Class RemoteObject
[show private | hide private]
[frames | no frames]

Class RemoteObject


Local representation of a RemoteObject. The remote object needs to be registered in the server.
Method Summary
  __init__(self, connection, objectname, auth)
  __del__(self)
  __getattr__(self, attrname)
Returns the remote attribute named |attribute| as local object.
  __getstate__(self)
  __repr__(self)
Internal representation
  __setattr__(self, attrname, value)
__setattr__('name', value) <==> x.name = value.

Method Details

__getattr__(self, attrname)
(Qualification operator)

Returns the remote attribute named |attribute| as local object. Can raise remote exceptions or locals due remote errors

__repr__(self)
(Representation operator)

Internal representation

__setattr__(self, attrname, value)

__setattr__('name', value) <==> x.name = value. Where |x| is a remote object

Generated by Epydoc 2.1 on Sat Oct 14 11:50:52 2006 http://epydoc.sf.net