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

Method __init__

tests/test_virtual_functions.py:271–273  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

269
270 class Data(m.Data):
271 def __init__(self, value):
272 super().__init__()
273 self.value = value
274
275 class Adder(m.Adder):
276 def __call__(self, first, second, visitor):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected