|
__init__ def __init__(self, name, log=False, limit=None, threaded=False) Undocumented function. |
|
_enqueueContainer def _enqueueContainer(self, obj, pathStr=None) Undocumented function. |
|
_examine def _examine(self, obj) Undocumented function. |
|
_output def _output(self, **kArgs) Undocumented function. |
|
_outputType def _outputType(self, type, limit=None) Undocumented function. |
|
destroy def destroy(self) Undocumented function. |
|
finished def finished(self) Undocumented function. |
|
log def log(self, **kArgs) Undocumented function. |
|
run def run(self) Undocumented function. |
|
__init__ def __init__(self, name) Undocumented function. |
|
_cleanupGenerator def _cleanupGenerator(self) Undocumented function. |
|
_getGenerator def _getGenerator(self) Undocumented function. |
|
_getJobId def _getJobId(self) Undocumented function. |
|
destroy def destroy(self) Undocumented function. |
|
finished def finished(self) Undocumented function. |
|
getFinishedEvent def getFinishedEvent(self) Undocumented function. |
|
getJobName def getJobName(self) Undocumented function. |
|
getPriority def getPriority(self) Undocumented function. |
|
printingBegin def printingBegin(self) Undocumented function. |
|
printingEnd def printingEnd(self) Undocumented function. |
|
resume def resume(self) if self._printing: we may be suspended/resumed multiple times per frame, that gets spammy if we need to pick out the output of a job, put a prefix onto each line of the output print 'JOB:%s:RESUME' % self._name |
|
run def run(self) Undocumented function. |
|
setPriority def setPriority(self, priority) Undocumented function. |
|
suspend def suspend(self) if self._printing: print 'JOB:%s:SUSPEND' % self._name pass |
|
__init__ def __init__(self) Undocumented function. |
|
accept def accept(self, event, method, extraArgs=[]) Undocumented function. |
|
acceptOnce def acceptOnce(self, event, method, extraArgs=[]) Undocumented function. |
|
classTree def classTree(self) Undocumented function. |
|
getAllAccepting def getAllAccepting(self) Undocumented function. |
|
ignore def ignore(self, event) Undocumented function. |
|
ignoreAll def ignoreAll(self) Undocumented function. |
|
isAccepting def isAccepting(self, event) Undocumented function. |
|
isIgnoring def isIgnoring(self, event) Undocumented function. |