MCPcopy Create free account
hub / github.com/nodejs/node / __init__

Method __init__

deps/v8/third_party/jinja2/ext.py:88–89  ·  view source on GitHub ↗
(self, environment: Environment)

Source from the content-addressed store, hash-verified

86 priority = 100
87
88 def __init__(self, environment: Environment) -> None:
89 self.environment = environment
90
91 def bind(self, environment: Environment) -> "Extension":
92 """Create a copy of this extension bound to another environment."""

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected