Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dframeobject.c257 int second_in = addr < new_lasti && new_lasti < target_addr; in frame_setlineno() local
291 int second_in = target_addr <= new_lasti && new_lasti <= addr; in frame_setlineno() local