Declared in module Zorp
class ZorpProxy: def Zorp.ZorpProxy.__init__(self, name, session_id, client_stream) # Initialize a low level proxy instance.
Builtin class for proxies implemented as an ExtensionClass in C
This class should not be used directly, derive classes from Proxy.Proxy.
Initialize a low level proxy instance.
This function is implemented in C, and is responsible of loading the needed proxy module from a shared object if it has not yet been loaded, and starting a new instance with parameters passed here.