Home
last modified time | relevance | path

Searched defs:tb_frame (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dtraceback.h10 PyFrameObject *tb_frame; member
/third_party/python/Python/clinic/
Dtraceback.c.h25 PyFrameObject *tb_frame; in tb_new() local
/third_party/python/Python/
Dtraceback.c79 tb_new_impl(PyTypeObject *type, PyObject *tb_next, PyFrameObject *tb_frame, in tb_new_impl()
/third_party/python/Lib/unittest/test/
Dtest_result.py437 class tb_frame(object): class in Test_TestResult.testStackFrameTrimming.Frame