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)
181 def uptodate():
186 return contents, filename, uptodate
237 filename = uptodate = None
241 def uptodate():
248 return source.decode(self.encoding), filename, uptodate