org.python.modules._threading
Class _threading
java.lang.Object
org.python.modules._threading._threading
- All Implemented Interfaces:
- ClassDictInit
public class _threading
- extends Object
- implements ClassDictInit
_threads
public static Map<Long,PyObject> _threads
_jthread_to_pythread
public static Map<Thread,PyObject> _jthread_to_pythread
_active
public static Map<Long,PyObject> _active
_threading
public _threading()
classDictInit
public static void classDictInit(PyObject dict)
_register_thread
public static void _register_thread(Thread jthread,
PyObject pythread)
_unregister_thread
public static void _unregister_thread(Thread jthread)
Jython homepage