Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ MI8
Class
MI8
tests/test_multiple_inheritance.py:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
MI6.__init__(self, i)
110
111
class
MI8(MI6, B3):
112
def
__init__(self, i):
113
MI6.__init__(self, i)
114
B3.__init__(self)
115
116
class
MI8b(B3, MI6):
117
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