twisted.conch.test.test_session.StubAvatar
class documentationtwisted.conch.test.test_session
(View In Hierarchy)
A stub class representing the avatar representing the authenticated user. It implements the ISession interface.
Method | lookupSubsystem | If the user requests the TestSubsystem subsystem, connect them to a MockProtocol. If they request neither, then None is returned which is interpreted by SSHSession as a failure. |