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

Class MI3

tests/test_multiple_inheritance.py:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 m.Base2.__init__(self, j)
72
73 class MI3(MI2):
74 def __init__(self, i, j):
75 MI2.__init__(self, i, j)
76
77 class MI4(MI3, m.Base2):
78 def __init__(self, i, j):

Callers 1

Calls

no outgoing calls

Tested by 1