Home
last modified time | relevance | path

Searched refs:traceback2 (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/test/py/
Drequirements.txt19 traceback2==1.4.0
/external/python/cpython3/Modules/
D_tracemalloc.c301 traceback_t *traceback1, *traceback2; in hashtable_compare_traceback() local
306 _Py_HASHTABLE_ENTRY_READ_KEY(ht, entry, traceback2); in hashtable_compare_traceback()
308 if (traceback1->nframe != traceback2->nframe) in hashtable_compare_traceback()
313 frame2 = &traceback2->frames[i]; in hashtable_compare_traceback()
/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py201 domain2, size2, traceback2 = trace2
202 self.assertIs(traceback2, traceback1)
246 traceback2 = tracemalloc.get_object_traceback(obj)
247 self.assertIsNone(traceback2)
/external/python/cpython2/Lib/test/
Dtest_sys.py110 typ2, value2, traceback2 = sys.exc_info()
115 self.assertTrue(traceback1 is traceback2)