Home
last modified time | relevance | path

Searched defs:BytecodeCache (Results 1 – 4 of 4) sorted by relevance

/third_party/jinja2/
D__init__.py5 from .bccache import BytecodeCache as BytecodeCache unknown
Dbccache.py101 class BytecodeCache: class
Denvironment.py314 bytecode_cache: t.Optional["BytecodeCache"] = None,
406 bytecode_cache: t.Optional["BytecodeCache"] = missing,
/third_party/skia/third_party/externals/jinja2/
Dbccache.py94 class BytecodeCache(object): class