Home
last modified time | relevance | path

Searched refs:open_if_exists (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/jinja2/
Dbccache.py23 from jinja2.utils import open_if_exists
213 f = open_if_exists(self._get_cache_filename(bucket), 'rb')
Dloaders.py18 from jinja2.utils import open_if_exists, internalcode
163 f = open_if_exists(filename)
Dutils.py145 def open_if_exists(filename, mode='rb'): function