| Home | Trees | Indices | Help |
|
|---|
|
|
This will behave badly under isinstance(). if isinstance(x,y) probably not isinstance(remote_x, y). Also, dicts are passed by value instead of by reference, so if you remotely modify a dict, you will not see the modification locally.
Version: 0.23
| Classes | |
| ProtocolError | |
| test0 | |
| test0classic | |
| test1 | |
| test1classic | |
| proxy_object | |
| object_store | |
| C_threadstate | |
|
io_grabber This buffers text, transmitting it in units of lines. |
|
| io_labeler | |
| dropsite | |
| fancyprint | |
| pickler | |
|
Connection You need to call close(). |
|
| proxy_to_a_class | |
| remote_exec | |
| Functions | |||
| integer |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Variables | |
DEBUG = 2
|
|
LOGFILE = './g_proxy.client'
|
|
TRANSPORTABLE_TYPES = int, float, complex, tuple, str, long, t
|
|
TRANSPORTABLE_TYPES_O = frozenset([Id(q) for q in TRANSPORTABL
|
|
NO_CI_ATTR = frozenset(['__dict__', '__class__', '__weakref__'
|
|
TEST = tuple([(None, False, 1, 2.0, frozenset([33, 11]), (6,),
|
|
Imports: weakref, types, sys, cPickle, T, imp, StringIO, time, traceback, g_pipe, GM, os
| Function Details |
Return the identity of an object. This is guaranteed to be unique among simultaneously existing objects. (Hint: it's the object's memory address.)
|
Import a module from the specified path, or, failing that, look in sys.path then for a builtin. If path is None, only look in sys.path and builtins. If path is an array containing None, replace the None with sys.path. |
| Variables Details |
TRANSPORTABLE_TYPES
|
TRANSPORTABLE_TYPES_O
|
NO_CI_ATTR
|
TEST
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 31 13:26:06 2011 | http://epydoc.sourceforge.net |