Panda3D
|
Classes | |
class | ClassInspector |
class | CodeInspector |
class | ComplexInspector |
class | DictionaryInspector |
class | FunctionInspector |
class | Inspector |
Classes. More... | |
class | InspectorWindow |
class | InstanceInspector |
class | InstanceMethodInspector |
class | ModuleInspector |
class | SequenceInspector |
class | SliceInspector |
Functions | |
def | initializeInspectorMap () |
initializing More... | |
def | inspect (anObject) |
public API More... | |
def | inspectorFor (anObject) |
private More... | |
Inspectors allow you to visually browse through the members of various python objects. To open an inspector, import this module, and execute inspector.inspect(anObject) I start IDLE with this command line: idle.py -c "from inspector import inspect" so that I can just type: inspect(anObject) any time.
def direct.tkpanels.Inspector.initializeInspectorMap | ( | ) |
initializing
def direct.tkpanels.Inspector.inspect | ( | anObject | ) |
public API
def direct.tkpanels.Inspector.inspectorFor | ( | anObject | ) |
private