Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dparsetok.h102 PyAPI_FUNC(void) PyParser_ClearError(perrdetail *);
/external/python/cpython3/Modules/
Dparsermodule.c593 PyParser_ClearError(&err); in parser_do_parse()
/external/python/cpython3/Python/
Dpythonrun.c1312 PyParser_ClearError(perrdetail *err) in PyParser_ClearError() function