twisted.conch.test.test_ssh.FalseTransport class documentationtwisted.conch.test.test_ssh
(View In Hierarchy)
False transport should act like a /bin/false execution, i.e. just exit with nonzero status, writing nothing to the terminal.
| Instance Variable | proto | The protocol associated with this transport. | 
| Instance Variable | closed | A flag tracking whether loseConnectionhas been called yet. | 
| Method | __init__ | @type p L{twisted.conch.ssh.session.SSHSessionProcessProtocol} instance | 
| Method | loseConnection | Disconnect the protocol associated with this transport. |