Trees | Index | Help |
---|
Package SPyRO :: Module SPyRO :: Class RemoteObject |
|
Method Summary | |
---|---|
__init__(self,
connection,
objectname,
auth)
| |
__del__(self)
| |
Returns the remote attribute named |attribute| as local object. | |
__getstate__(self)
| |
Internal representation | |
__setattr__('name', value) <==> x.name = value. |
Method Details |
---|
__getattr__(self,
attrname)
Returns the remote attribute named |attribute| as local object. Can
raise remote exceptions or locals due remote errors
|
__repr__(self)
Internal representation
|
__setattr__(self, attrname, value)__setattr__('name', value) <==> x.name = value. Where |x| is a remote object |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Oct 14 11:50:52 2006 | http://epydoc.sf.net |