Part of twisted.manhole._inspectro View Source View In Hierarchy
Method | __len__ | Undocumented |
Inherited from InspectorNode:
Method | postInit | Undocumented |
Method | getPath | Undocumented |
Method | __getitem__ | Undocumented |
Method | origstr | Undocumented |
Method | format | Undocumented |
Inherited from Adapter (via InspectorNode):
Method | __init__ | Set my 'original' attribute to be the object I am adapting. |
Method | __conform__ | I forward __conform__ to self.original if it has it, otherwise I simply return None. |
Method | isuper | Forward isuper to self.original |