Classes | |
class | TaskManager |
Functions | |
def | checkLeak |
def | loop |
def | print_exc_plus |
def | sequence |
Variables | |
list | __all__ |
again = AsyncTask.DSAgain | |
cont = AsyncTask.DSCont | |
done = AsyncTask.DSDone | |
exit = AsyncTask.DSExit | |
pause = AsyncTaskPause | |
pickup = AsyncTask.DSPickup | |
signal = None | |
Task = PythonTask | |
This module defines a Python-level wrapper around the C++ AsyncTaskManager interface. It replaces the old full-Python implementation of the Task system.
def direct.task.Task.checkLeak | ( | ) |
def direct.task.Task.loop | ( | taskList | ) |
def direct.task.Task.print_exc_plus | ( | ) |
Print the usual traceback information, followed by a listing of all the local variables in each frame.
def direct.task.Task.sequence | ( | taskList | ) |
list __all__ |
again = AsyncTask.DSAgain |
cont = AsyncTask.DSCont |
done = AsyncTask.DSDone |
exit = AsyncTask.DSExit |
pause = AsyncTaskPause |
pickup = AsyncTask.DSPickup |
signal = None |
Task = PythonTask |