Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dtraceback.c.h24 int tb_lineno; in tb_new() local
/external/python/cpython3/Include/
Dtraceback.h19 int tb_lineno; member
/external/python/cpython2/Include/
Dtraceback.h17 int tb_lineno; member
/external/python/cpython2/Lib/
Dtraceback.py315 def tb_lineno(tb): function
/external/python/cpython3/Python/
Dtraceback.c74 int tb_lasti, int tb_lineno) in tb_new_impl()