Home | Trees | Index | Help |
---|
Package dtest :: Class LocalSessionHandler |
|
object
--+ |SessionHandler
--+ | LocalSessionHandler
Method Summary | |
---|---|
__init__(self)
| |
Close the session. | |
getFile(self,
sourcePath,
destinationPath)
| |
Open the session | |
putFile(self,
sourcePath,
destinationPath)
| |
recv(self,
size,
buffer)
| |
recv_ready(self)
| |
Send a string to the session | |
sendall(self,
string)
| |
Update the environment | |
Inherited from SessionHandler | |
Open the session if it is not already opened. | |
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) |
Property Summary | |
---|---|
Inherited from SessionHandler | |
lastReceive | |
lastSent |
Class Variable Summary | |
---|---|
Inherited from SessionHandler | |
Formatter |
fmt = <logging.Formatter instance at 0xb7c2496c>
|
Logger |
logger = <logging.Logger instance at 0xb7c24cac>
|
StreamHandler |
sh = <logging.StreamHandler instance at 0xb7c24c4c>
|
Method Details |
---|
close(self)Close the session.
|
open(self, *args, **kwargs)Open the session
|
send(self, string)Send a string to the session
|
updateEnviron(self, environ)Update the environment
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Jun 13 18:12:48 2007 | http://epydoc.sf.net |