class documentation

class FalseTransport: (source)

View In Hierarchy

False transport should act like a /bin/false execution, i.e. just exit with nonzero status, writing nothing to the terminal.

Method __init__ @type p twisted.conch.ssh.session.SSHSessionProcessProtocol instance
Method loseConnection Disconnect the protocol associated with this transport.
Instance Variable closed A flag tracking whether loseConnection has been called yet.
Instance Variable proto The protocol associated with this transport.
def loseConnection(self): (source)

Disconnect the protocol associated with this transport.

A flag tracking whether loseConnection has been called yet.

The protocol associated with this transport.