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

Class MI5

tests/test_multiple_inheritance.py:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 m.Base2.__init__(self, i + 100)
82
83 class MI5(m.Base2, B1, m.Base1):
84 def __init__(self, i, j):
85 B1.__init__(self)
86 m.Base1.__init__(self, i)
87 m.Base2.__init__(self, j)
88
89 class MI6(m.Base2, B1):
90 def __init__(self, i):

Callers 1

Calls

no outgoing calls

Tested by 1