HomeSort by relevance Sort by last modified time
    Searched full:is_safe_attribute (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/jinja2/
sandbox.py 124 :meth:`~SandboxedEnvironment.is_safe_attribute` is overridden.
268 def is_safe_attribute(self, obj, attr, value): member in class:SandboxedEnvironment
320 if self.is_safe_attribute(obj, argument, value):
337 if self.is_safe_attribute(obj, attribute, value):
365 def is_safe_attribute(self, obj, attr, value): member in class:ImmutableSandboxedEnvironment
366 if not SandboxedEnvironment.is_safe_attribute(self, obj, attr, value):
filters.py 791 environment.is_safe_attribute(obj, name, value):

Completed in 113 milliseconds