| /third_party/python/Modules/ |
| D | _tracemalloc.c | 105 traceback_t *traceback; member 273 const traceback_t *traceback = (const traceback_t *)key; in hashtable_hash_traceback() local 366 traceback_hash(traceback_t *traceback) in traceback_hash() 392 traceback_get_frames(traceback_t *traceback) in traceback_get_frames() 427 traceback_t *traceback; in traceback_new() local 534 traceback_t *traceback = traceback_new(); in tracemalloc_add_trace() local 1103 traceback_to_pyobject(traceback_t *traceback, _Py_hashtable_t *intern_table) in traceback_to_pyobject() 1465 traceback_t *traceback; in _tracemalloc__get_object_traceback() local 1500 traceback_t *traceback; in _PyMem_DumpTraceback() local 1802 traceback_t *traceback = traceback_new(); in _PyTraceMalloc_NewReference() local [all …]
|
| /third_party/skia/tools/skpbench/ |
| D | _hardware_android.py | 71 def __exit__(self, exception_type, exception_value, traceback): argument
|
| D | _hardware.py | 29 def __exit__(self, exception_type, exception_value, traceback): argument
|
| D | skpbench.py | 220 def __exit__(self, exception_type, exception_value, traceback): argument
|
| /third_party/python/Lib/ |
| D | tracemalloc.py | 37 def __init__(self, traceback, size, count): argument 77 def __init__(self, traceback, size, size_diff, count, count_diff): argument 292 def traceback(self): member in Trace 379 def _match_traceback(self, traceback): argument
|
| D | contextlib.py | 28 def __exit__(self, exc_type, exc_value, traceback): argument 50 async def __aexit__(self, exc_type, exc_value, traceback): argument 141 def __exit__(self, typ, value, traceback): argument 208 async def __aexit__(self, typ, value, traceback): argument
|
| D | fileinput.py | 243 def __exit__(self, type, value, traceback): argument
|
| D | shelve.py | 137 def __exit__(self, type, value, traceback): argument
|
| D | telnetlib.py | 647 def __exit__(self, type, value, traceback): argument
|
| /third_party/python/Lib/urllib/ |
| D | response.py | 33 def __exit__(self, type, value, traceback): argument
|
| /third_party/python/Lib/test/ |
| D | test_with.py | 24 def __exit__(self, type, value, traceback): argument 114 def __exit__(self, type, value, traceback): argument 469 def __exit__(self, type, value, traceback): argument 510 def __exit__(self, type, value, traceback): argument
|
| D | test_tracemalloc.py | 78 def traceback(*frames): function 174 def find_trace(self, traces, traceback): argument
|
| D | test_urllib2net.py | 50 def __exit__(self, type_=None, value=None, traceback=None): argument
|
| D | test_mmap.py | 913 def __exit__(self, exc_type, exc_value, traceback): argument
|
| D | test_contextlib_async.py | 73 async def __aexit__(self, exc_type, exc_value, traceback): argument
|
| /third_party/python/Python/ |
| D | suggestions.c | 203 PyTracebackObject *traceback = (PyTracebackObject *) exc->traceback; // borrowed reference in offer_suggestions_for_name_error() local
|
| D | errors.c | 33 PyObject *traceback) in _PyErr_Restore() 60 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() 541 PyErr_SetExcInfo(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_SetExcInfo()
|
| /third_party/python/Parser/ |
| D | pegen_errors.c | 160 PyObject *type, *value, *traceback; in _PyPegen_tokenize_full_source_to_check_for_errors() local
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.10.rst | 1431 traceback section in Improved Modules
|
| D | 3.11.rst | 1105 traceback section in Improved Modules 1118 .. _whatsnew311-typing:
|
| D | 3.4.rst | 1603 traceback section in Improved Modules
|
| D | 3.5.rst | 1946 traceback section in Improved Modules
|
| D | 3.6.rst | 1562 traceback section in Improved Modules
|
| /third_party/node/deps/v8/tools/ |
| D | run_perf.py | 810 def __exit__(self, type, value, traceback): argument
|
| /third_party/python/Python/clinic/ |
| D | sysmodule.c.h | 65 PyObject *traceback; in sys_excepthook() local
|