Home
last modified time | relevance | path

Searched refs:dump_traceback (Results 1 – 25 of 100) sorted by relevance

1234

/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_debug_traceback/
H A Dmod_debug_traceback.lua31 function dump_traceback() function
51 module:hook("signal/"..signal_name, dump_traceback);
53 require"util.signal".signal(signal_name, dump_traceback);
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/
H A Devent.py9 from gevent._tblib import dump_traceback, load_traceback
320 self._exc_info = (exc_info[0], exc_info[1], dump_traceback(exc_info[2]))
322 self._exc_info = (type(exception), exception, dump_traceback(None))
H A D_gevent_cevent.pxd8 cdef dump_traceback
H A Dgreenlet.py17 from gevent._tblib import dump_traceback
886 tb = dump_traceback(exc_info[2])
H A D_tblib.py465 def dump_traceback(tb): function
H A D_gevent_cgreenlet.pxd176 cdef dump_traceback
/dports/archivers/py-bup/bup-0.31/lib/bup/
H A Dcompat.py106 def dump_traceback(ex): function
190 dump_traceback(ex)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/
H A Dfaulthandler.pyi6 def dump_traceback(file: FileDescriptorLike = ..., all_threads: bool = ...) -> None: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dfaulthandler.pyi6 def dump_traceback(file: FileDescriptorLike = ..., all_threads: bool = ...) -> None: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dfaulthandler.pyi6 def dump_traceback(file: FileDescriptorLike = ..., all_threads: bool = ...) -> None: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/
H A Dfaulthandler.pyi11 def dump_traceback(file: _File = ..., all_threads: bool = ...) -> None: ...
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dtraceback.c796 dump_traceback(int fd, PyThreadState *tstate, int write_header) in dump_traceback() function
834 dump_traceback(fd, tstate, 1); in _Py_DumpTraceback()
915 dump_traceback(fd, tstate, 0); in _Py_DumpTracebackThreads()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dtraceback.c796 dump_traceback(int fd, PyThreadState *tstate, int write_header) in dump_traceback() function
834 dump_traceback(fd, tstate, 1); in _Py_DumpTraceback()
915 dump_traceback(fd, tstate, 0); in _Py_DumpTracebackThreads()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dtraceback.c796 dump_traceback(int fd, PyThreadState *tstate, int write_header) in dump_traceback() function
834 dump_traceback(fd, tstate, 1); in _Py_DumpTraceback()
915 dump_traceback(fd, tstate, 0); in _Py_DumpTracebackThreads()
/dports/lang/python310/Python-3.10.1/Python/
H A Dtraceback.c812 dump_traceback(int fd, PyThreadState *tstate, int write_header) in dump_traceback() function
859 dump_traceback(fd, tstate, 1); in _Py_DumpTraceback()
943 dump_traceback(fd, tstate, 0); in _Py_DumpTracebackThreads()
/dports/lang/python38/Python-3.8.12/Python/
H A Dtraceback.c796 dump_traceback(int fd, PyThreadState *tstate, int write_header) in dump_traceback() function
834 dump_traceback(fd, tstate, 1); in _Py_DumpTraceback()
915 dump_traceback(fd, tstate, 0); in _Py_DumpTracebackThreads()
/dports/lang/python39/Python-3.9.9/Python/
H A Dtraceback.c793 dump_traceback(int fd, PyThreadState *tstate, int write_header) in dump_traceback() function
840 dump_traceback(fd, tstate, 1); in _Py_DumpTraceback()
921 dump_traceback(fd, tstate, 0); in _Py_DumpTracebackThreads()
/dports/lang/python37/Python-3.7.12/Python/
H A Dtraceback.c784 dump_traceback(int fd, PyThreadState *tstate, int write_header) in dump_traceback() function
819 dump_traceback(fd, tstate, 1); in _Py_DumpTraceback()
900 dump_traceback(fd, tstate, 0); in _Py_DumpTracebackThreads()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dtraceback.c796 dump_traceback(int fd, PyThreadState *tstate, int write_header) in dump_traceback() function
834 dump_traceback(fd, tstate, 1); in _Py_DumpTraceback()
915 dump_traceback(fd, tstate, 0); in _Py_DumpTracebackThreads()
/dports/lang/python310/Python-3.10.1/Lib/test/support/
H A Dthreading_helper.py151 faulthandler.dump_traceback(sys.stdout)
/dports/lang/python311/Python-3.11.0a3/Lib/test/support/
H A Dthreading_helper.py151 faulthandler.dump_traceback(sys.stdout)
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dtraceback.c1204 dump_traceback(int fd, PyThreadState *tstate, int write_header) in dump_traceback() function
1243 dump_traceback(fd, tstate, 1); in _Py_DumpTraceback()
1327 dump_traceback(fd, tstate, 0); in _Py_DumpTracebackThreads()
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dfaulthandler.rst47 .. function:: dump_traceback(file=sys.stderr, all_threads=True)
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dfaulthandler.rst50 .. function:: dump_traceback(file=sys.stderr, all_threads=True)
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dfaulthandler.rst47 .. function:: dump_traceback(file=sys.stderr, all_threads=True)

1234