Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpythonrun.c355 int ispyc = 0; in maybe_pyc_file() local
359 ispyc = 1; in maybe_pyc_file()
362 return ispyc; in maybe_pyc_file()
/external/python/cpython2/Python/
Dpythonrun.c906 int ispyc = 0; in maybe_pyc_file() local
910 ispyc = 1; in maybe_pyc_file()
913 return ispyc; in maybe_pyc_file()