Home | Trees | Index | Help |
---|
Package spoon :: Package transports :: Module transports :: Class SpoonRPCHello |
|
object
--+ |Serial
--+ | SpoonRPCHello
Method Summary | |
---|---|
Inherited from Serial | |
(Static method) | |
Decode all of the attributes marked as lazy that have not yet been decoded. | |
Called after an object is received over the network, instead of the normal __init__ method. | |
Called right before this object's attributes are encoded into a stream for network travel. | |
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
list |
_spoon_attrs = ['version', 'nodeId']
|
serialprop |
nodeId = <spoon.spoon.serialprop object at 0xa7c3568c>
|
serialprop |
version = <spoon.spoon.serialprop object at 0xa7c3572c>
|
Class Variable Details |
---|
_spoon_attrs
|
nodeId
|
version
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Nov 26 15:33:58 2006 | http://epydoc.sf.net |