Home
last modified time | relevance | path

Searched defs:tb_lasti (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dtraceback.h9 int tb_lasti; member
/third_party/python/Python/clinic/
Dtraceback.c.h26 int tb_lasti; in tb_new() local
/third_party/python/Python/
Dtraceback.c74 int tb_lasti, int tb_lineno) in tb_new_impl()