Home | Trees | Indices | Help |
---|
|
object --+ | Lister.Lister --+ | Trace
|
|||
|
__init__(self,
start=0,
end=10000000000L,
toTrace=["hold","activate","cancel","reactivate","passivate","request","release","interrupt","terminated","waitevent","queueevent","signal","waituntil","put","get"],
outfile=sys.stdout) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
| treset(self) | ||
| tchange(self, **kmvar) | ||
| tstart(self) | ||
| tstop(self) | ||
| ifTrace(self, cond) | ||
| recordEvent(self, command, whole) | ||
| recordInterrupt(self, who, victim) | ||
| recordCancel(self, who, victim) | ||
| recordActivate(self, who, when, prior) | ||
| recordReactivate(self, who, when, prior) | ||
| recordSignal(self, evt) | ||
| tterminated(self, who) | ||
| ttext(self, par) | ||
Inherited from Inherited from |
|
|||
| thold(self, par) | ||
| trequest(self, par) | ||
| trelease(self, par) | ||
| tpassivate(self, par) | ||
| tactivate(self, par) | ||
| twaitevent(self, par) | ||
| tqueueevent(self, par) | ||
| tsignal(self, evt) | ||
| twaituntil(self, par) | ||
| tget(self, par) | ||
| tput(self, par) |
|
|||
|
commands = {1: 'hold', 2: 'passivate', 3: 'request', 4: 'releas...
|
||
|
commandsproc = {1: <bound method type.thold of <class 'SimPy.Simula...
|
||
Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
commandsNone
|
commandsprocNone
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Wed Jan 31 11:14:57 2007 | http://epydoc.sourceforge.net |