Searched defs:PY_COMPILED (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Python/
H A Dimportdl.h13 PY_COMPILED, enumerator in enum:filetype
/external/python/cpython3/Lib/
H A Dimp.py38 PY_COMPILED = 2 variable
109 bytecode = [(s, 'rb', PY_COMPILED) for s in machinery.BYTECODE_SUFFIXES]
230 elif file is None and type_ in {PY_SOURCE, PY_COMPILED}:
235 elif type_ == PY_COMPILED:
/external/python/cpython2/Lib/
H A Dihooks.py67 from imp import C_EXTENSION, PY_SOURCE, PY_COMPILED namespace
273 elif type == PY_COMPILED:
301 if inittype not in (PY_COMPILED, PY_SOURCE):
313 elif type == PY_COMPILED:

Completed in 89 milliseconds