class documentation

class StubAvatar:

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.
Instance Variable subsystem Undocumented
def lookupSubsystem(self, name, data):

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.

subsystem =

Undocumented