MCPcopy Index your code
hub / github.com/nodejs/node / SandboxedFormatter

Class SandboxedFormatter

tools/inspector_protocol/jinja2/sandbox.py:465–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 return obj, first
464
465class SandboxedFormatter(SandboxedFormatterMixin, Formatter):
466
467 def __init__(self, env):
468 SandboxedFormatterMixin.__init__(self, env)
469 Formatter.__init__(self)
470
471class SandboxedEscapeFormatter(SandboxedFormatterMixin, EscapeFormatter):
472

Callers 1

format_stringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected