Eidolon
Public Member Functions | Public Attributes | List of all members
DynamicProxy Class Reference

Inherits object.

Collaboration diagram for DynamicProxy:
Collaboration graph

Public Member Functions

def __init__ (self, obj)
 

Public Attributes

 send_r
 
 recv
 

Detailed Description

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).

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  obj 
)

Member Data Documentation

◆ recv

recv

◆ send_r

send_r

The documentation for this class was generated from the following file: