Uses of Class
org.bytedeco.cpython.PyInterpreterConfig
Packages that use PyInterpreterConfig
-
Uses of PyInterpreterConfig in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyInterpreterConfigModifier and TypeMethodDescriptionPyInterpreterConfig.allow_daemon_threads(int setter) PyInterpreterConfig.allow_exec(int setter) PyInterpreterConfig.allow_fork(int setter) PyInterpreterConfig.allow_threads(int setter) PyInterpreterConfig.check_multi_interp_extensions(int setter) PyInterpreterConfig.getPointer(long i) PyInterpreterConfig.gil(int setter) PyInterpreterConfig.position(long position) PyInterpreterConfig.use_main_obmalloc(int setter) -
Uses of PyInterpreterConfig in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type PyInterpreterConfigModifier and TypeMethodDescriptionstatic PyStatuspython.Py_NewInterpreterFromConfig(PyThreadState tstate_p, PyInterpreterConfig config) static PyStatuspython.Py_NewInterpreterFromConfig(PointerPointer tstate_p, PyInterpreterConfig config)