Lines Matching defs:shared
76 env.shared = True
144 important shared variables like configuration, filters, tests,
146 they are not shared and if no template was loaded so far.
276 #: shared environments have this set to `True`. A shared environment
278 shared = False
1378 shared: bool = False,
1383 are added to the context. If shared is set to `True` the data
1389 self.environment, self.name, self.blocks, vars, shared, self.globals, locals
1395 shared: bool = False,
1404 ctx = self.new_context(vars, shared, locals)
1410 shared: bool = False,
1418 ctx = self.new_context(vars, shared, locals)