Home | History | Annotate | Download | only in jinja2

Lines Matching defs:uptodate

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():
177 return contents, filename, uptodate
227 filename = uptodate = None
231 def uptodate():
238 return source.decode(self.encoding), filename, uptodate