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 109 class BytecodeCache(object):
118 class MyCache(BytecodeCache):
187 class FileSystemBytecodeCache(BytecodeCache):
240 class MemcachedBytecodeCache(BytecodeCache):

Completed in 70 milliseconds