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

  /external/libmojo/third_party/jinja2/
bccache.py 23 from jinja2.utils import open_if_exists
213 f = open_if_exists(self._get_cache_filename(bucket), 'rb')
loaders.py 18 from jinja2.utils import open_if_exists, internalcode
163 f = open_if_exists(filename)
utils.py 145 def open_if_exists(filename, mode='rb'): function

Completed in 132 milliseconds