Part of twisted.manhole.ui.spelunk_gnome View Source View In Hierarchy
Known subclasses: twisted.manhole.ui.spelunk_gnome.ExplorerBulitin, twisted.manhole.ui.spelunk_gnome.ExplorerClass, twisted.manhole.ui.spelunk_gnome.ExplorerFunction, twisted.manhole.ui.spelunk_gnome.ExplorerImmutable, twisted.manhole.ui.spelunk_gnome.ExplorerInstance, twisted.manhole.ui.spelunk_gnome.ExplorerMapping, twisted.manhole.ui.spelunk_gnome.ExplorerModule, twisted.manhole.ui.spelunk_gnome.ExplorerSequence
Base class for all RemoteCaches of explorer.Explorer cachables.
Meaning that when an Explorer comes back over the wire, one of these is created. From this, you can make a Visage for the SpelunkDisplay, or a widget to display as an Attribute.Method | newVisage | Make a new visage for the object I explore. |
Method | newAttributeWidget | Make a new attribute item for my object. |
Method | give_properties | Give a spelunker my properties in an ordered list. |
Method | give_attributes | Undocumented |
Make a new visage for the object I explore.
Returns a Visage.Make a new attribute item for my object.
Returns a gtk.Widget.