Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dframeobject.c277 first_line_not_before(int *lines, int len, int line) in first_line_not_before() function
406 new_lineno = first_line_not_before(lines, len, new_lineno); in frame_setlineno()