/external/python/cpython3/Doc/library/ |
D | faulthandler.rst | 11 This module contains functions to dump Python tracebacks explicitly, on a fault, 26 tracebacks: 37 tracebacks, applications must be run in the terminal. A log file can 40 The module is implemented in C, so tracebacks can be dumped on a crash or when 49 Dump the tracebacks of all threads into *file*. If *all_threads* is 64 produce tracebacks for every running thread. Otherwise, dump only the current 86 Dumping the tracebacks after a timeout 91 Dump the tracebacks of all threads, after a timeout of *timeout* seconds, or 93 :c:func:`_exit` with status=1 after dumping the tracebacks. (Note
|
D | compileall.rst | 50 appear in compilation time tracebacks, and is also compiled in to the 51 byte-code file, where it will be used in tracebacks and other messages in 128 for use in compilation time tracebacks, and is also compiled in to the 129 byte-code file, where it will be used in tracebacks and other messages in 188 for use in compilation time tracebacks, and is also compiled in to the 189 byte-code file, where it will be used in tracebacks and other messages in
|
D | cgitb.rst | 14 single: CGI; tracebacks 16 single: tracebacks; in CGI scripts
|
D | tracemalloc.rst | 112 module has cached ``940 KiB`` of Python source code to format tracebacks, all 312 allocators. Collected tracebacks of traces will be limited to *nframe* 401 * ``Filter(False, "<unknown>")`` excludes empty tracebacks 660 When a snapshot is taken, tracebacks of traces are limited to
|
D | types.rst | 223 available attributes and operations, and guidance on creating tracebacks
|
/external/python/cpython2/Doc/library/ |
D | compileall.rst | 50 appear in compilation time tracebacks, and is also compiled in to the 51 byte-code file, where it will be used in tracebacks and other messages in 82 for use in compilation time tracebacks, and is also compiled in to the 83 byte-code file, where it will be used in tracebacks and other messages in 103 for use in compilation time tracebacks, and is also compiled in to the 104 byte-code file, where it will be used in tracebacks and other messages in
|
D | cgitb.rst | 15 single: CGI; tracebacks 17 single: tracebacks; in CGI scripts
|
D | stringio.rst | 90 These objects are not generally visible. They turn up in tracebacks as
|
/external/python/cpython3/Modules/ |
D | _tracemalloc.c | 1288 _Py_hashtable_t *tracebacks; member 1312 tracemalloc_obj = trace_to_pyobject(domain, &trace, get_traces->tracebacks); in tracemalloc_get_traces_fill() 1326 tracemalloc_pyobject_decref_cb(_Py_hashtable_t *tracebacks, in tracemalloc_pyobject_decref_cb() argument 1331 _Py_HASHTABLE_ENTRY_READ_DATA(tracebacks, entry, obj); in tracemalloc_pyobject_decref_cb() 1357 get_traces.tracebacks = NULL; in _tracemalloc__get_traces_impl() 1367 get_traces.tracebacks = hashtable_new(sizeof(traceback_t *), in _tracemalloc__get_traces_impl() 1371 if (get_traces.tracebacks == NULL) { in _tracemalloc__get_traces_impl() 1398 if (get_traces.tracebacks != NULL) { in _tracemalloc__get_traces_impl() 1399 _Py_hashtable_foreach(get_traces.tracebacks, in _tracemalloc__get_traces_impl() 1401 _Py_hashtable_destroy(get_traces.tracebacks); in _tracemalloc__get_traces_impl()
|
/external/python/cpython3/Lib/ |
D | tracemalloc.py | 459 tracebacks = {} 464 traceback = tracebacks[trace_traceback] 473 tracebacks[trace_traceback] = traceback 486 traceback = tracebacks[frame] 493 tracebacks[frame] = traceback
|
/external/python/cpython2/Misc/NEWS.d/next/Library/ |
D | 2018-08-22-17-43-52.bpo-6700.hp7C4B.rst | 1 Fix inspect.getsourcelines for module level frames/tracebacks.
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 40-tflite-op-request.md | 24 …ource code that would be helpful to diagnose the problem. If including tracebacks, please include …
|
D | 10-build-installation-issue.md | 29 …ource code that would be helpful to diagnose the problem. If including tracebacks, please include …
|
D | 00-bug-performance-issue.md | 34 …ource code that would be helpful to diagnose the problem. If including tracebacks, please include …
|
/external/python/cpython2/Objects/ |
D | lnotab_notes.txt | 5 line #s for tracebacks and to identify line number boundaries for line tracing. 52 The above is sufficient to reconstruct line numbers for tracebacks, but not for
|
/external/python/cpython3/Objects/ |
D | lnotab_notes.txt | 5 source code line #s for tracebacks and to identify line number boundaries for 59 The above is sufficient to reconstruct line numbers for tracebacks, but not for
|
/external/grpc-grpc/src/python/grpcio_tests/tests/ |
D | _result.py | 400 tracebacks = '\n\n'.join( 412 return statistics + '\nErrors/Failures: \n' + tracebacks + '\n' + notes
|
/external/tensorflow/ |
D | ISSUE_TEMPLATE.md | 42 …ource code that would be helpful to diagnose the problem. If including tracebacks, please include …
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.4rc1.rst | 20 Fixed several issues in printing tracebacks (PyTraceBack_Print()). 22 * Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks. 540 tracebacks when either the current exception or an exception in its 944 Improve tk event exception tracebacks in IDLE. When tk event handling is 946 context is no longer added to tk event exception tracebacks. The traceback
|
D | 3.7.0a3.rst | 98 Fixed several issues in printing tracebacks (PyTraceBack_Print()). 100 * Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks. 1030 tracebacks when either the current exception or an exception in its 1464 Improve tk event exception tracebacks in IDLE. When tk event handling is 1466 context is no longer added to tk event exception tracebacks. The traceback
|
D | 3.5.0a2.rst | 136 Make it possible to show local variables in tracebacks for both the
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_service.proto | 95 // Send the tracebacks of a TensorFlow execution call.
|
/external/python/six/ |
D | CHANGES | 26 - Pull request #72: Avoid creating reference cycles through tracebacks in
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.5.rst | 289 otherwise misleading output in tracebacks and when when debug is on.
|
/external/python/cpython2/Lib/idlelib/ |
D | HISTORY.txt | 72 - When running programs with ExecBinding, tracebacks will be clipped to
|