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

Class MI2

tests/test_multiple_inheritance.py:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 return 1
66
67 class MI2(B1, m.Base1, m.Base2):
68 def __init__(self, i, j):
69 B1.__init__(self)
70 m.Base1.__init__(self, i)
71 m.Base2.__init__(self, j)
72
73 class MI3(MI2):
74 def __init__(self, i, j):

Callers 1

Calls

no outgoing calls

Tested by 1