Home
last modified time | relevance | path

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

/external/python/jinja/src/jinja2/
Ddebug.py206 def tb_set_next(tb, tb_next): argument
217 def tb_set_next(tb, tb_next): argument
223 def tb_set_next(tb, tb_next): argument
246 def tb_set_next(tb, tb_next): argument
/external/python/cpython3/Include/cpython/
Dtraceback.h11 struct _traceback *tb_next; member
/external/python/cpython2/Include/
Dtraceback.h14 struct _traceback *tb_next; member
/external/python/cpython3/Python/clinic/
Dtraceback.c.h24 PyObject *tb_next; in tb_new() local
/external/libchrome/third_party/jinja2/
Ddebug.py44 def tb_next(self): member in TracebackFrameProxy
/external/python/cpython3/Python/
Dtraceback.c72 tb_new_impl(PyTypeObject *type, PyObject *tb_next, PyFrameObject *tb_frame, in tb_new_impl()
231 _PyTraceBack_FromFrame(PyObject *tb_next, PyFrameObject *frame) in _PyTraceBack_FromFrame()