Searched refs:_is_end_of_source (Results 1 – 1 of 1) sorted by relevance
829 _is_end_of_source(Parser *p) { in _is_end_of_source() function840 if ((p->flags & PyPARSE_ALLOW_INCOMPLETE_INPUT) && _is_end_of_source(p)) { in _PyPegen_run_parser()