Home
last modified time | relevance | path

Searched refs:ste_lineno (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_symtable.h69 int ste_lineno; /* first line of block */ member
/third_party/python/Python/
Dsymtable.c56 (x)->ste_lineno, (x)->ste_col_offset, (x)->ste_end_lineno, (x)->ste_end_col_offset
93 ste->ste_lineno = lineno; in ste_new()
133 PyLong_AS_LONG(ste->ste_id), ste->ste_lineno); in ste_repr()
159 {"lineno", T_INT, OFF(ste_lineno), READONLY},