Eidolon
|
Inherits object.
Public Member Functions | |
def | __init__ (self, obj) |
Public Attributes | |
send_r | |
recv | |
This type uses MethodProxy to generate methods for itself to proxy the given object. Each method in 'obj' whose name does not start with _ is used to generate a method for the proxy object, thus the proxy has almost the same signature as the original object. This proxy object can be pickled and sent to concurrent clients (threads or processes).
def __init__ | ( | self, | |
obj | |||
) |
recv |
send_r |