HomeSort by relevance Sort by last modified time
    Searched refs:BytecodeCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/jinja2/
__init__.py 41 from jinja2.bccache import BytecodeCache, FileSystemBytecodeCache, \
62 'ChoiceLoader', 'BytecodeCache', 'FileSystemBytecodeCache',
bccache.py 114 class BytecodeCache(object):
123 class MyCache(BytecodeCache):
192 class FileSystemBytecodeCache(BytecodeCache):
245 class MemcachedBytecodeCache(BytecodeCache):

Completed in 73 milliseconds