PythonThread

from panda3d.core import PythonThread
class PythonThread

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__(*args, **kwargs)
args
getClassType()

C++ Interface: get_class_type()

get_class_type()

C++ Interface: get_class_type()

join()

C++ Interface: join(const PythonThread self)