Beispiel #1
0
    def process_task(self, task):
        if _debug: TimeMachine._debug("process_task %r", task)

        _TaskManager.process_task(self, task)
Beispiel #2
0
    def process_task(self, task):
        if _debug:
            TimeMachine._debug("process_task %r", task)

        _TaskManager.process_task(self, task)
Beispiel #3
0
    def process_task(self, task):
        if _debug:
            TimeMachine._debug("process_task @ %r: %r", self.current_time,
                               task)

        _TaskManager.process_task(self, task)