class documentation
class TerminalUser(avatar.ConchUser, components.Adapter): (source)
Constructor: TerminalUser(original, avatarId)
Undocumented
| Method | __init__ |
Set my 'original' attribute to be the object I am adapting. |
Inherited from ConchUser:
| Method | conn |
Undocumented |
| Method | got |
A global request was sent from the other side. |
| Method | lookup |
The other side requested a channel of some sort. |
| Method | lookup |
The other side requested a subsystem. |
| Instance Variable | channel |
Undocumented |
| Instance Variable | subsystem |
Undocumented |
| Property | conn |
The SSHConnection object for this user. |
| Class Variable | _log |
Undocumented |
| Instance Variable | _conn |
Undocumented |
Inherited from Adapter (via ConchUser):
| Method | __conform__ |
I forward __conform__ to self.original if it has it, otherwise I simply return None. |
| Method | isuper |
Forward isuper to self.original |
| Class Variable | multi |
If this adapter is persistent, should it be automatically registered for all appropriate interfaces. |
| Class Variable | temporary |
If this is True, the adapter will not be persisted on the Componentized. |
| Instance Variable | original |
Undocumented |
overrides
twisted.conch.avatar.ConchUser.__init__Set my 'original' attribute to be the object I am adapting.