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

Method __init__

tests/test_multiple_inheritance.py:171–175  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

169
170 class MIMany58(m.BaseN5, m.BaseN6, m.BaseN7, m.BaseN8):
171 def __init__(self):
172 m.BaseN5.__init__(self, 5)
173 m.BaseN6.__init__(self, 6)
174 m.BaseN7.__init__(self, 7)
175 m.BaseN8.__init__(self, 8)
176
177 class MIMany916(
178 m.BaseN9,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected