Home
last modified time | relevance | path

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

/third_party/node/tools/inspector_protocol/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):
/third_party/jinja2/
Dsandbox.py344 def is_safe_attribute(self, obj, attr, value): member in SandboxedEnvironment
397 if self.is_safe_attribute(obj, argument, value):
414 if self.is_safe_attribute(obj, attribute, value):
471 def is_safe_attribute(self, obj, attr, value): member in ImmutableSandboxedEnvironment
472 if not SandboxedEnvironment.is_safe_attribute(self, obj, attr, value):
Dfilters.py1066 if environment.sandboxed and not environment.is_safe_attribute(
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py344 def is_safe_attribute(self, obj, attr, value): member in SandboxedEnvironment
397 if self.is_safe_attribute(obj, argument, value):
414 if self.is_safe_attribute(obj, attribute, value):
471 def is_safe_attribute(self, obj, attr, value): member in ImmutableSandboxedEnvironment
472 if not SandboxedEnvironment.is_safe_attribute(self, obj, attr, value):
Dfilters.py1066 if environment.sandboxed and not environment.is_safe_attribute(