HomeSort by relevance Sort by last modified time
    Searched refs:traceback1 (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Modules/
_tracemalloc.c 321 traceback_t *traceback1, *traceback2; local
325 _Py_HASHTABLE_READ_KEY(ht, pkey, traceback1);
328 if (traceback1->nframe != traceback2->nframe)
331 for (i=0; i < traceback1->nframe; i++) {
332 frame1 = &traceback1->frames[i];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sys.py 104 typ1, value1, traceback1 = sys.exc_info()
111 self.assertTrue(traceback1 is traceback2)
  /external/python/cpython2/Lib/test/
test_sys.py 108 typ1, value1, traceback1 = sys.exc_info()
115 self.assertTrue(traceback1 is traceback2)
  /external/python/cpython3/Lib/test/
test_tracemalloc.py 179 domain1, size1, traceback1 = trace1
181 self.assertIs(traceback2, traceback1)
    [all...]

Completed in 986 milliseconds