class documentation

class InMemorySSHChannel(StringTransport): (source)

View In Hierarchy

Minimal implementation of a SSHChannel like class which only reads and writes data from memory.

Method __init__ No summary
Instance Variable conn Undocumented
Instance Variable localClosed Undocumented
def __init__(self, conn): (source)
Parameters
conn:SSHConnectionThe SSH connection associated with this channel.

Undocumented

localClosed: int = (source)

Undocumented