Home
last modified time | relevance | path

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

/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A D__init__.py636 py_compile_cache = renpy.python.py_compile_cache
660 renpy.python.old_py_compile_cache = py_compile_cache
H A Dpython.py612 py_compile_cache = { } variable
762 rv = py_compile_cache.get(key, None)
768 py_compile_cache[key] = rv
776 py_compile_cache[key] = rv
824 py_compile_cache[key] = rv