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