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

Method __init__

tests/test_multiple_inheritance.py:112–114  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

110
111 class MI8(MI6, B3):
112 def __init__(self, i):
113 MI6.__init__(self, i)
114 B3.__init__(self)
115
116 class MI8b(B3, MI6):
117 def __init__(self, i):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected