loaders.py | 73 tuple in the form ``(source, filename, uptodate)`` or raise a 82 The last item in the tuple is the `uptodate` function. If auto 112 # with the filename and the uptodate function. 113 source, filename, uptodate = self.get_source(environment, name) 135 globals, uptodate) 172 def uptodate(): function in function:FileSystemLoader.get_source 177 return contents, filename, uptodate 227 filename = uptodate = None 231 def uptodate(): function in function:PackageLoader.get_source 238 return source.decode(self.encoding), filename, uptodate [all...] |