Part of twisted.conch.manhole_ssh View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 83 | Method | __init__ | Set my 'original' attribute to be the object I am adapting. |
Inherited from ConchUser:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 15 | Method | lookupChannel | The other side requested a channel of some sort. |
| 24 | Method | lookupSubsystem | The other side requested a subsystem. |
| 31 | Method | gotGlobalRequest | A global request was sent from the other side. |
Inherited from Adapter:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 176 | Method | __conform__ | I forward __conform__ to self.original if it has it, otherwise I |
| 185 | Method | isuper | Forward isuper to self.original |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 176 | Method | __conform__ | I forward __conform__ to self.original if it has it, otherwise I |
| 83 | Method | __init__ | Set my 'original' attribute to be the object I am adapting. |
| 31 | Method | gotGlobalRequest | A global request was sent from the other side. |
| 185 | Method | isuper | Forward isuper to self.original |
| 15 | Method | lookupChannel | The other side requested a channel of some sort. |
| 24 | Method | lookupSubsystem | The other side requested a subsystem. |