Class t.c.m.TerminalUser(avatar.ConchUser, components.Adapter):

Part of twisted.conch.manhole_ssh View Source View In Hierarchy

No class docstring
Method __init__ Set my 'original' attribute to be the object I am adapting.

Inherited from ConchUser:

Method lookupChannel The other side requested a channel of some sort.
Method lookupSubsystem The other side requested a subsystem.
Method gotGlobalRequest A global request was sent from the other side.

Inherited from Adapter:

Method __conform__ I forward __conform__ to self.original if it has it, otherwise I
Method isuper Forward isuper to self.original
def __init__(self, original, avatarId): (source)
Set my 'original' attribute to be the object I am adapting.
API Documentation for twisted, generated by pydoctor.