Searched defs:cache_from_source (Results 1 – 4 of 4) sorted by relevance
11 cache_from_source = (importlib.util.cache_from_source if sys.implementation.cache_tag variable
72 def cache_from_source(path, debug_override=None): function
23 cache_from_source = None variable
271 def cache_from_source(path, debug_override=None, *, optimization=None): function