Home
last modified time | relevance | path

Searched refs:is_safe_attribute (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/third_party/jinja2/
Dsandbox.py323 def is_safe_attribute(self, obj, attr, value): member in SandboxedEnvironment
375 if self.is_safe_attribute(obj, argument, value):
392 if self.is_safe_attribute(obj, attribute, value):
436 def is_safe_attribute(self, obj, attr, value): member in ImmutableSandboxedEnvironment
437 if not SandboxedEnvironment.is_safe_attribute(self, obj, attr, value):
Dfilters.py931 environment.is_safe_attribute(obj, name, value):