Home
last modified time | relevance | path

Searched defs:tb_next (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Python/clinic/
Dtraceback.c.h21 PyObject *tb_next; in tb_new() local
/external/python/cpython3/Include/
Dtraceback.h16 struct _traceback *tb_next; member
/external/python/cpython2/Include/
Dtraceback.h14 struct _traceback *tb_next; member
/external/libchrome/third_party/jinja2/
Ddebug.py44 def tb_next(self): member in TracebackFrameProxy
/external/python/cpython3/Python/
Dtraceback.c73 tb_new_impl(PyTypeObject *type, PyObject *tb_next, PyFrameObject *tb_frame, in tb_new_impl()