Home | Trees | Index | Help |
---|
Package dtest :: Module local_session_handler :: Class LocalSessionHandler |
|
object
--+ |SessionHandler
--+ | LocalSessionHandler
Method Summary | |
---|---|
__init__(self)
| |
close(self)
| |
getFile(self,
sourcePath,
destinationPath)
| |
open(self,
*args,
**kwargs)
| |
putFile(self,
sourcePath,
destinationPath)
| |
recv(self,
size,
buffer)
| |
recv_ready(self)
| |
send(self,
string)
| |
sendall(self,
string)
| |
updateEnviron(self,
environ)
| |
Inherited from SessionHandler | |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
Inherited from SessionHandler | |
Formatter |
fmt = <logging.Formatter instance at 0xb7c4e46c>
|
Logger |
logger = <logging.Logger instance at 0xb7c4e7ac>
|
StreamHandler |
sh = <logging.StreamHandler instance at 0xb7c4e74c>
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jun 11 13:18:47 2007 | http://epydoc.sf.net |