Package peppy :: Package plugins :: Module sandbox :: Class FastProgressBarTest
[frames] | no frames]

Class FastProgressBarTest

      object --+            
               |            
debug.debugmixin --+        
                   |        
actions.SelectAction --+    
                       |    
     SlowProgressBarTest --+
                           |
                          FastProgressBarTest

Instance Methods

Inherited from SlowProgressBarTest: action, statusbarTest

Inherited from actions.SelectAction: __call__, __init__, getMenuItemName, getSubIds, getTooltip, initPostHook, initPreHook, insertIntoMenu, insertIntoToolbar, isEnabled, showEnable

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods

Inherited from actions.SelectAction: getHelp, setAcceleratorText, worksWithMajorMode

Inherited from debug.debugmixin: dprint

Class Variables
  name = 'Fast test of the progress bar'
This is the name of the menu entry as it appears in the menu bar.
  default_menu = "&Help/Tests"
The default menu location is specified here as a tuple containing the menu path (separated by / characters) and a number between 1 and 1000 representing the position within the menu.
  delay = 0.01

Inherited from SlowProgressBarTest: tooltip

Inherited from actions.SelectAction: alias, default_toolbar, global_id, icon, key_bindings, keyboard, stock_id

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__