Searched defs:compiled_name (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_import.py | 443 compiled_name = file_name + ("c" if __debug__ else "o") variable in PycRewritingTests |
/external/python/cpython3/Lib/test/test_import/ | ||
D | __init__.py | 619 compiled_name = importlib.util.cache_from_source(file_name) variable in PycRewritingTests |