Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_import.py443 compiled_name = file_name + ("c" if __debug__ else "o") variable in PycRewritingTests
/external/python/cpython3/Lib/test/test_import/
D__init__.py544 compiled_name = importlib.util.cache_from_source(file_name) variable in PycRewritingTests