Panda3D
|
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 | |
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 task.Task.checkLeak | ( | ) |
def task.Task.loop | ( | taskList | ) |
def task.Task.print_exc_plus | ( | ) |
Print the usual traceback information, followed by a listing of all the local variables in each frame.
def task.Task.sequence | ( | taskList | ) |
list __all__ |
00001 ['Task', 'TaskManager', 00002 'cont', 'done', 'again', 'pickup', 'exit', 00003 'sequence', 'loop', 'pause']
again = AsyncTask.DSAgain |
cont = AsyncTask.DSCont |
done = AsyncTask.DSDone |
exit = AsyncTask.DSExit |
pause = AsyncTaskPause |
pickup = AsyncTask.DSPickup |
Task = PythonTask |