PythonThread

from panda3d.core import PythonThread
class PythonThread

Bases:

Bases: Thread

This class is exposed to Python to allow creation of a Panda thread from the Python level. It will spawn a thread that executes an arbitrary Python functor.

Inheritance diagram

Inheritance diagram of PythonThread

__init__(function: object, args: object, name: str, sync_name: str)
property args
static getClassType() TypeHandle
join() object