You need to call close().
|
|
__init__(self,
wfd,
rfd,
stderr,
stdout)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
close_wfd(self)
Called as part of the QUIT sequence. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| remote_call_method(self,
objid,
aname,
a,
kw) |
source code
|
|
|
|
remote_import_mod(self,
name,
path)
Import a module from the specified path, or, failing that, look in
sys.path then for a builtin. |
source code
|
|
|
|
|
|
|
remote_get_classinfo(self,
cloid)
Gets information about obj.__class__. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|