indra::ipc::saranwrap::Proxy Class Reference

Inheritance diagram for indra::ipc::saranwrap::Proxy:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def __getattribute__
def __setattr__

Private Attributes

 __local_dict


Detailed Description

\
@class Proxy
@brief This class wraps a remote python process, presumably available
in an instance of an Server.

This is the class you will typically use as a client to a child
process. Simply instantiate one around a file-like interface and start
calling methods on the thing that is exported. The dir() builtin is
not supported, so you have to know what has been exported.

Definition at line 250 of file saranwrap.py.


Member Function Documentation

def indra::ipc::saranwrap::Proxy::__init__ (   self,
  input,
  output,
  dead_list = None 
)

\
@param input a file-like object which supports read().
@param output a file-like object which supports write() and flush().
@param id an identifier for the remote object. humans do not provide this.

Definition at line 261 of file saranwrap.py.

def indra::ipc::saranwrap::Proxy::__getattribute__ (   self,
  attribute 
)

Definition at line 278 of file saranwrap.py.

def indra::ipc::saranwrap::Proxy::__setattr__ (   self,
  attribute,
  value 
)

Definition at line 302 of file saranwrap.py.


Member Data Documentation

Definition at line 272 of file saranwrap.py.


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

Generated on Fri May 16 09:42:29 2008 for SecondLife by  doxygen 1.5.5