Searched refs:BytecodeCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A D__init__.py41 from jinja2.bccache import BytecodeCache, FileSystemBytecodeCache, \
62 'ChoiceLoader', 'BytecodeCache', 'FileSystemBytecodeCache',
42 MemcachedBytecodeCache namespace
H A Dbccache.py109 class BytecodeCache(object): class in inherits:object
118 class MyCache(BytecodeCache):
187 class FileSystemBytecodeCache(BytecodeCache):
240 class MemcachedBytecodeCache(BytecodeCache):

Completed in 111 milliseconds