| /third_party/python/Modules/ |
| D | _tracemalloc.c | 99 traceback_t *traceback; member 267 const traceback_t *traceback = (const traceback_t *)key; in hashtable_hash_traceback() local 362 traceback_hash(traceback_t *traceback) in traceback_hash() 388 traceback_get_frames(traceback_t *traceback) in traceback_get_frames() 419 traceback_t *traceback; in traceback_new() local 526 traceback_t *traceback = traceback_new(); in tracemalloc_add_trace() local 1102 traceback_to_pyobject(traceback_t *traceback, _Py_hashtable_t *intern_table) in traceback_to_pyobject() 1461 traceback_t *traceback; in _tracemalloc__get_object_traceback() local 1496 traceback_t *traceback; in _PyMem_DumpTraceback() local 1798 traceback_t *traceback = traceback_new(); in _PyTraceMalloc_NewReference() local [all …]
|
| /third_party/flutter/skia/tools/skpbench/ |
| D | _hardware_android.py | 60 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 | 198 def __exit__(self, exception_type, exception_value, traceback): argument
|
| /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 | 26 def __exit__(self, exc_type, exc_value, traceback): argument 48 async def __aexit__(self, exc_type, exc_value, traceback): argument 139 def __exit__(self, typ, value, traceback): argument 203 async def __aexit__(self, typ, value, traceback): argument
|
| D | fileinput.py | 248 def __exit__(self, type, value, traceback): argument
|
| D | shelve.py | 137 def __exit__(self, type, value, traceback): argument
|
| D | telnetlib.py | 645 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 | 56 def __exit__(self, type_=None, value=None, traceback=None): argument
|
| D | test_contextlib_async.py | 74 async def __aexit__(self, exc_type, exc_value, traceback): argument
|
| /third_party/python/Lib/asyncio/ |
| D | coroutines.py | 64 def throw(self, type, value=None, traceback=None): argument
|
| /third_party/python/Python/ |
| D | suggestions.c | 200 PyTracebackObject *traceback = (PyTracebackObject *) exc->traceback; // borrowed reference in offer_suggestions_for_name_error() local
|
| D | import.c | 663 PyObject *type, *value, *traceback; in remove_module() local 1285 PyTracebackObject *traceback = (PyTracebackObject *)tb; in remove_importlib_frames() local
|
| /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 | 1402 traceback section in Improved Modules
|
| D | 3.5.rst | 1946 traceback section in Improved Modules
|
| D | 3.4.rst | 1603 traceback section in Improved Modules
|
| D | 3.6.rst | 1562 traceback section in Improved Modules
|