Home
last modified time | relevance | path

Searched refs:FileSystemBytecodeCache (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/jinja/tests/
Dtest_bytecode_cache.py5 from jinja2.bccache import FileSystemBytecodeCache
12 bytecode_cache = FileSystemBytecodeCache(str(tmp_path))
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A D__init__.py41 from jinja2.bccache import BytecodeCache, FileSystemBytecodeCache, \
H A Dbccache.py195 class FileSystemBytecodeCache(BytecodeCache): class
/aosp_15_r20/external/python/jinja/src/jinja2/
D__init__.py9 from .bccache import FileSystemBytecodeCache
Dbccache.py167 class FileSystemBytecodeCache(BytecodeCache): class
/aosp_15_r20/external/python/jinja/docs/
Dapi.rst483 .. autoclass:: jinja2.FileSystemBytecodeCache