Package SimPy :: Module SimulationGUIDebug
[hide private]
[frames] | no frames]

Module SimulationGUIDebug

source code

Functions [hide private]
 
register(obj, hook=<function <lambda> at 0x02F98B30>, name=None) source code
 
activate(obj, process, at='undefined', delay='undefined', prior=False) source code
 
newBreakpoint(newBpt) source code
 
setRunMode(runMode) source code
 
initialize() source code
 
simulate(callback=<function <lambda> at 0x0323D1F0>, until=0) source code
 
callbackFunction() source code
 
promptUser() source code
Variables [hide private]
  _breakpoints = []
  _until = 0
  _callback = None
hash(x)
  _lastCommandIssued = ''
  _simStarted = False
  _registeredClasses = []
  _runMode = None
hash(x)
  STEP = 1
  NO_STEP = 2
  __package__ = 'SimPy'