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. See :ref:`inspection-utilities` for more information.
def direct.tkpanels.Inspector.initializeInspectorMap | ( | ) |
initializing
def direct.tkpanels.Inspector.inspect | ( | anObject | ) |
public API
Opens up a window for visually inspecting the details of a given Python object. See :ref:`inspection-utilities`.
def direct.tkpanels.Inspector.inspectorFor | ( | anObject | ) |
private