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

Class MI8b

tests/test_multiple_inheritance.py:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 B3.__init__(self)
115
116 class MI8b(B3, MI6):
117 def __init__(self, i):
118 B3.__init__(self)
119 MI6.__init__(self, i)
120
121 mi1 = MI1(1, 2)
122 assert mi1.foo() == 1

Callers 1

Calls

no outgoing calls

Tested by 1