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):
|