MCPcopy Create free account
hub / github.com/pybind/pybind11 / __init__

Method __init__

tests/test_with_catch/test_interpreter.py:9–10  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

7
8class DerivedWidget(Widget):
9 def __init__(self, message):
10 super().__init__(message)
11
12 def the_answer(self):
13 return 42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected