Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ MI7
Class
MI7
tests/test_multiple_inheritance.py:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
return
4
105
106
class
MI7(B4, MI6):
107
def
__init__(self, i):
108
B4.__init__(self)
109
MI6.__init__(self, i)
110
111
class
MI8(MI6, B3):
112
def
__init__(self, i):
Callers
1
test_multiple_inheritance_python
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_multiple_inheritance_python
Function · 0.56