Lines Matching defs:shared
56 env.shared = True
115 important shared variables like configuration, filters, tests,
117 they are not shared and if no template was loaded so far.
248 #: shared environments have this set to `True`. A shared environment
250 shared = False
904 that is probably shared with other templates created with the constructor
1055 def new_context(self, vars=None, shared=False, locals=None):
1058 are added to the context. If shared is set to `True` the data
1064 vars, shared, self.globals, locals)
1066 def make_module(self, vars=None, shared=False, locals=None):
1073 return TemplateModule(self, self.new_context(vars, shared, locals))
1075 def make_module_async(self, vars=None, shared=False, locals=None):