Home
last modified time | relevance | path

Searched refs:is_safe_attribute (Results 1 - 8 of 8) sorted by relevance

/third_party/jinja2/
H A Dsandbox.py129 :meth:`~SandboxedEnvironment.is_safe_attribute` is overridden.
258 def is_safe_attribute(self, obj: t.Any, attr: str, value: t.Any) -> bool: member in SandboxedEnvironment
316 if self.is_safe_attribute(obj, argument, value):
333 if self.is_safe_attribute(obj, attribute, value):
402 def is_safe_attribute(self, obj: t.Any, attr: str, value: t.Any) -> bool: member in ImmutableSandboxedEnvironment
403 if not super().is_safe_attribute(obj, attr, value):
H A Dfilters.py1409 if not environment.is_safe_attribute(obj, name, value):
/third_party/node/deps/v8/third_party/jinja2/
H A Dsandbox.py198 :meth:`~SandboxedEnvironment.is_safe_attribute` is overridden.
344 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):
H A Dfilters.py1066 if environment.sandboxed and not environment.is_safe_attribute(
/third_party/node/tools/inspector_protocol/jinja2/
H A Dsandbox.py175 :meth:`~SandboxedEnvironment.is_safe_attribute` is overridden.
323 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):
H A Dfilters.py931 environment.is_safe_attribute(obj, name, value):
/third_party/skia/third_party/externals/jinja2/
H A Dsandbox.py198 :meth:`~SandboxedEnvironment.is_safe_attribute` is overridden.
344 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):
H A Dfilters.py1066 if environment.sandboxed and not environment.is_safe_attribute(

Completed in 13 milliseconds