| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
yapsy.IPlugin.IPlugin --+
|
object --+ |
| |
lib.userparams.ClassPrefs --+
|
object --+ |
| |
debug.debugmixin --+
|
yapsy.plugins.IPeppyPlugin --+
|
DebugClassPlugin
Plugin to show all classes capable of debug printing.
This plugin manages the debug list and the debug menu. Note that if we're running in optimize mode (python -O), this plugin won't be active because it won't do anything. Debug print statements are hidden behind asserts, and asserts are removed when running in optimize mode.
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
Inherited from Inherited from |
|||
| convenience | |||
|---|---|---|---|
|
Inherited from |
|||
| interface | |||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from |
| Class Variables | |
use_menu = False
|
|
classprefs = <peppy.lib.userparams.PrefsProxy object at 0x7908
|
|
|
Inherited from Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Return list of sidebars provided by the plugin. Return iterator containing list of frame sidebars that are provided by this plugin.
|
Return list of actions provided by the plugin. Return an iterator containing the list of actions that are provided by this plugin. Actions are defined as subclasses of the SelectAction class in menu.py. They define the menubar, toolbar, and keyboard control commands.
|
| Class Variable Details |
classprefs
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:22 2008 | http://epydoc.sourceforge.net |