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 |
Inherited from RemoteCache:
Method | remoteMessageReceived | A remote message has been received. Dispatch it appropriately. |
Method | jellyFor | serialize me (only for the broker I'm for) as the original cached reference |
Method | unjellyFor | Perform the inverse operation of Jellyable.jellyFor .
|
Method | __cmp__ | Compare me [to another RemoteCache. |
Method | __hash__ | Hash me. |
Method | __del__ | Do distributed reference counting on finalize. |
Inherited from RemoteCopy (via RemoteCache):
Method | setCopyableState | I will be invoked with the state to copy locally. |
Inherited from Unjellyable (via RemoteCache, RemoteCopy):
Method | setStateFor | Undocumented |
Inherited from Serializable (via RemoteCache):
Method | processUniqueID | Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable (via RemoteCache, Serializable):
Method | getStateFor | 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.