Home
last modified time | relevance | path

Searched refs:BytecodeCache (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/jinja/src/jinja2/
Dbccache.py89 class BytecodeCache: class
167 class FileSystemBytecodeCache(BytecodeCache):
270 class MemcachedBytecodeCache(BytecodeCache):
D__init__.py8 from .bccache import BytecodeCache
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dbccache.py117 class BytecodeCache(object): class
195 class FileSystemBytecodeCache(BytecodeCache):
291 class MemcachedBytecodeCache(BytecodeCache):
H A D__init__.py41 from jinja2.bccache import BytecodeCache, FileSystemBytecodeCache, \
/aosp_15_r20/external/python/jinja/docs/
Dapi.rst461 .. autoclass:: jinja2.BytecodeCache