Trees
Indices
Help
Package SPyRO
::
Module SPyRO
:: Class RemoteObject
[
hide private
]
[
frames
] |
no frames
]
Class RemoteObject
source code
Local representation of a RemoteObject. The remote object needs to be registered in the server.
Instance Methods
[
hide private
]
__init__
(
self
,
connection
,
objectname
,
auth
)
source code
__getstate__
(
self
)
source code
__getattr__
(
self
,
attrname
)
Returns the remote attribute named |attribute| as local object.
source code
__del__
(
self
)
source code
__setattr__
(
self
,
attrname
,
value
)
__setattr__('name', value) <==> x.name = value.
source code
__repr__
(
self
)
Internal representation
source code
Method Details
[
hide private
]
__getattr__
(
self
,
attrname
)
(Qualification operator)
source code
Returns the remote attribute named |attribute| as local object. Can raise remote exceptions or locals due remote errors
__setattr__
(
self
,
attrname
,
value
)
source code
__setattr__('name', value) <==> x.name = value. Where |x| is a remote object
Trees
Indices
Help
Generated by Epydoc 3.0beta1 on Thu Jan 31 08:15:46 2008
http://epydoc.sourceforge.net