Home
last modified time | relevance | path

Searched defs:traceback (Results 51 – 75 of 2888) sorted by relevance

12345678910>>...116

/dports/devel/py-apptools/apptools-4.5.0/apptools/logger/
H A Dcustom_excepthook.py27 def custom_excepthook(type, value, traceback): argument
/dports/devel/py-behave/behave-1.2.6/tests/issues/
H A Dtest_issue0449.py34 import traceback2 as traceback namespace
H A Dtest_issue0453.py30 import traceback2 as traceback namespace
/dports/devel/nuitka/Nuitka-0.6.17/tests/basics/
H A DWithStatements.py39 def __exit__(self, exc_type, exc_value, traceback): argument
179 def __exit__(self, exc_type, exc_value, traceback): argument
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_tracemalloc.c101 traceback_t *traceback; member
290 traceback_t *traceback; in hashtable_hash_traceback() local
400 traceback_hash(traceback_t *traceback) in traceback_hash()
425 traceback_get_frames(traceback_t *traceback) in traceback_get_frames()
451 traceback_t *traceback; in traceback_new() local
581 traceback_t *traceback; in tracemalloc_add_trace() local
907 traceback_t *traceback; in traceback_free_traceback() local
1437 traceback_t *traceback; in _tracemalloc__get_object_traceback() local
1472 traceback_t *traceback; in _PyMem_DumpTraceback() local
1744 traceback_t *traceback = traceback_new(); in _PyTraceMalloc_NewReference() local
[all …]
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_tracemalloc.c101 traceback_t *traceback; member
290 traceback_t *traceback; in hashtable_hash_traceback() local
400 traceback_hash(traceback_t *traceback) in traceback_hash()
425 traceback_get_frames(traceback_t *traceback) in traceback_get_frames()
451 traceback_t *traceback; in traceback_new() local
581 traceback_t *traceback; in tracemalloc_add_trace() local
907 traceback_t *traceback; in traceback_free_traceback() local
1437 traceback_t *traceback; in _tracemalloc__get_object_traceback() local
1472 traceback_t *traceback; in _PyMem_DumpTraceback() local
1744 traceback_t *traceback = traceback_new(); in _PyTraceMalloc_NewReference() local
[all …]
/dports/lang/python38/Python-3.8.12/Modules/
H A D_tracemalloc.c101 traceback_t *traceback; member
290 traceback_t *traceback; in hashtable_hash_traceback() local
400 traceback_hash(traceback_t *traceback) in traceback_hash()
425 traceback_get_frames(traceback_t *traceback) in traceback_get_frames()
451 traceback_t *traceback; in traceback_new() local
581 traceback_t *traceback; in tracemalloc_add_trace() local
907 traceback_t *traceback; in traceback_free_traceback() local
1437 traceback_t *traceback; in _tracemalloc__get_object_traceback() local
1472 traceback_t *traceback; in _PyMem_DumpTraceback() local
1744 traceback_t *traceback = traceback_new(); in _PyTraceMalloc_NewReference() local
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_tracemalloc.c101 traceback_t *traceback; member
290 traceback_t *traceback; in hashtable_hash_traceback() local
400 traceback_hash(traceback_t *traceback) in traceback_hash()
425 traceback_get_frames(traceback_t *traceback) in traceback_get_frames()
451 traceback_t *traceback; in traceback_new() local
581 traceback_t *traceback; in tracemalloc_add_trace() local
907 traceback_t *traceback; in traceback_free_traceback() local
1437 traceback_t *traceback; in _tracemalloc__get_object_traceback() local
1472 traceback_t *traceback; in _PyMem_DumpTraceback() local
1744 traceback_t *traceback = traceback_new(); in _PyTraceMalloc_NewReference() local
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_tracemalloc.c101 traceback_t *traceback; member
290 traceback_t *traceback; in hashtable_hash_traceback() local
400 traceback_hash(traceback_t *traceback) in traceback_hash()
425 traceback_get_frames(traceback_t *traceback) in traceback_get_frames()
451 traceback_t *traceback; in traceback_new() local
581 traceback_t *traceback; in tracemalloc_add_trace() local
907 traceback_t *traceback; in traceback_free_traceback() local
1437 traceback_t *traceback; in _tracemalloc__get_object_traceback() local
1472 traceback_t *traceback; in _PyMem_DumpTraceback() local
1744 traceback_t *traceback = traceback_new(); in _PyTraceMalloc_NewReference() local
[all …]
/dports/textproc/py-humanfriendly/humanfriendly-10.0/humanfriendly/terminal/
H A Dspinners.py250 def __exit__(self, exc_type=None, exc_value=None, traceback=None): argument
295 def __exit__(self, exc_type=None, exc_value=None, traceback=None): argument
/dports/textproc/py-et_xmlfile/et_xmlfile-1.0.1/et_xmlfile/
H A Dxmlfile.py83 def __exit__(self, type, value, traceback): argument
102 def __exit__(self, type, value, traceback): argument
/dports/security/theonionbox/theonionbox-4.3.1/theonionbox/tob/
H A Dserver.py7 def error_log(self, msg="", level=20, traceback=False): argument
/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/util/
H A Dcontext.py17 def __exit__(exc_type, exc_value, traceback): argument
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/profiling/collector/
H A D_traceback.pyx1 cpdef traceback_to_frames(traceback, max_nframes): argument
H A D_memalloc_tb.c125 traceback_t* traceback = PyMem_RawMalloc(traceback_size); in memalloc_frame_to_traceback() local
150 traceback_t* traceback = memalloc_frame_to_traceback(pyframe, max_nframe); in memalloc_get_traceback() local
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/contrib/tornado/
H A Dstack_context.py48 def exit(self, type, value, traceback): # noqa: A002 argument
60 def __exit__(self, type, value, traceback): # noqa: A002 argument
/dports/www/uwsgi/uwsgi-2.0.20/plugins/python/
H A Dpyutils.c58 PyObject *traceback = NULL; in uwsgi_python_backtrace() local
180 PyObject *traceback = NULL; in uwsgi_python_exception_class() local
205 PyObject *traceback = NULL; in uwsgi_python_exception_msg() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/infra_libs/ts_mon/common/
H A Dhelpers.py52 def __exit__(self, exc_type, exc_value, traceback): argument
146 def __exit__(self, exc_type, exc_value, traceback): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/common/
H A Dhelpers.py52 def __exit__(self, exc_type, exc_value, traceback): argument
146 def __exit__(self, exc_type, exc_value, traceback): argument
/dports/ftp/py-ftputil/ftputil-5.0.2/ftputil/
H A Derror.py177 def __exit__(self, exc_type, exc_value, traceback): argument
221 def __exit__(self, exc_type, exc_value, traceback): argument
/dports/science/py-chainer/chainer-7.8.0/chainermn/
H A Dglobal_except_hook.py9 def _global_except_hook(exctype, value, traceback): argument
/dports/lang/py-hy/hy-0.19.0/hy/
H A D_compat.py12 def reraise(exc_type, value, traceback=None): argument
/dports/lang/python37/Python-3.7.12/Modules/
H A D_tracemalloc.c121 traceback_t *traceback; member
310 traceback_t *traceback; in hashtable_hash_traceback() local
420 traceback_hash(traceback_t *traceback) in traceback_hash()
445 traceback_get_frames(traceback_t *traceback) in traceback_get_frames()
471 traceback_t *traceback; in traceback_new() local
601 traceback_t *traceback; in tracemalloc_add_trace() local
927 traceback_t *traceback; in traceback_free_traceback() local
1212 traceback_to_pyobject(traceback_t *traceback, _Py_hashtable_t *intern_table) in traceback_to_pyobject()
1457 traceback_t *traceback; in _tracemalloc__get_object_traceback() local
1490 traceback_t *traceback; in _PyMem_DumpTraceback() local
[all …]
/dports/devel/ipython/ipython-7.29.0/IPython/testing/
H A Dtools.py296 def __exit__(self, exc_type, exc_value, traceback): argument
364 def __exit__(self, etype, value, traceback): argument
391 def __exit__(self, etype, value, traceback): argument
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/dialogs/
H A Derrorloading.py28 def __init__(self, parent, filename, error, traceback): argument

12345678910>>...116