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

Method __init__

deps/v8/third_party/jinja2/exceptions.py:10–11  ·  view source on GitHub ↗
(self, message: t.Optional[str] = None)

Source from the content-addressed store, hash-verified

8 """Baseclass for all template errors."""
9
10 def __init__(self, message: t.Optional[str] = None) -> None:
11 super().__init__(message)
12
13 @property
14 def message(self) -> t.Optional[str]:

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected