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

Method __init__

tools/inspector_protocol/jinja2/sandbox.py:317–321  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

315
316
317 def __init__(self, *args, **kwargs):
318 Environment.__init__(self, *args, **kwargs)
319 self.globals['range'] = safe_range
320 self.binop_table = self.default_binop_table.copy()
321 self.unop_table = self.default_unop_table.copy()
322
323 def is_safe_attribute(self, obj, attr, value):
324 """The sandboxed environment will call this method to check if the

Callers

nothing calls this directly

Calls 2

copyMethod · 0.65
__init__Method · 0.45

Tested by

no test coverage detected