Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ MI6
Class
MI6
tests/test_multiple_inheritance.py:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
m.Base2.__init__(self, j)
88
89
class
MI6(m.Base2, B1):
90
def
__init__(self, i):
91
m.Base2.__init__(self, i)
92
B1.__init__(self)
93
94
class
B2(B1):
95
def
v(self):
Callers
1
test_multiple_inheritance_python
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_multiple_inheritance_python
Function · 0.56