Home
last modified time | relevance | path

Searched defs:PyErr_Restore (Results 1 – 18 of 18) sorted by relevance

/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/
H A Dpy_utils.hpp18 typedef void (PyErr_Restore)(PyObject *type, PyObject *value, PyObject *traceback); typedef
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/common/
H A Dpy_utils.hpp18 typedef void (PyErr_Restore)(PyObject *type, PyObject *value, PyObject *traceback); typedef
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/
H A Dpy_utils.hpp18 typedef void (PyErr_Restore)(PyObject *type, PyObject *value, PyObject *traceback); typedef
/dports/science/PETSc/petsc-3.14.1/src/sys/python/
H A Dpythonsys.c109 static void (*PyErr_Restore)(PyObject*,PyObject*,PyObject*); variable
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/obs-scripting/
H A Dobs-scripting-python-import.h178 #define PyErr_Restore Import_PyErr_Restore macro
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Derrors.c25 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/lang/python27/Python-2.7.18/Python/
H A Derrors.c25 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Derrors.c25 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/lang/python37/Python-3.7.12/Python/
H A Derrors.c29 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Derrors.c67 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Derrors.c67 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/lang/python-tools/Python-3.8.12/Python/
H A Derrors.c67 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/lang/python38/Python-3.8.12/Python/
H A Derrors.c67 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Derrors.c67 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/lang/python311/Python-3.11.0a3/Python/
H A Derrors.c71 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/lang/python39/Python-3.9.9/Python/
H A Derrors.c69 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/lang/python310/Python-3.10.1/Python/
H A Derrors.c69 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/dll/
H A Dattach.cpp84 typedef void (PyErr_Restore)(PyObject *type, PyObject *value, PyObject *traceback); typedef