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

Class SandboxedEscapeFormatter

tools/inspector_protocol/jinja2/sandbox.py:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 Formatter.__init__(self)
470
471class SandboxedEscapeFormatter(SandboxedFormatterMixin, EscapeFormatter):
472
473 def __init__(self, env, escape):
474 SandboxedFormatterMixin.__init__(self, env)
475 EscapeFormatter.__init__(self, escape)

Callers 1

format_stringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected