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

Method __init__

tools/inspector_protocol/jinja2/sandbox.py:473–475  ·  view source on GitHub ↗
(self, env, escape)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected