Searched refs:is_safe_attribute (Results 1 – 2 of 2) sorted by relevance
/external/libmojo/third_party/jinja2/ |
D | sandbox.py | 268 def is_safe_attribute(self, obj, attr, value): member in 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 ImmutableSandboxedEnvironment 366 if not SandboxedEnvironment.is_safe_attribute(self, obj, attr, value):
|
D | filters.py | 791 environment.is_safe_attribute(obj, name, value):
|