Lines Matching refs:new_context
46 from .runtime import new_context
1296 ctx = self.new_context(dict(*args, **kwargs))
1317 ctx = self.new_context(dict(*args, **kwargs))
1349 ctx = self.new_context(dict(*args, **kwargs))
1367 ctx = self.new_context(dict(*args, **kwargs))
1375 def new_context(
1388 return new_context(
1402 as for the :meth:`new_context` method.
1404 ctx = self.new_context(vars, shared, locals)
1418 ctx = self.new_context(vars, shared, locals)
1566 context = self._template.new_context(dict(*args, **kwargs))