Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ __init__
Method
__init__
tests/test_multiple_inheritance.py:107–109 ·
view source on GitHub ↗
(self, i)
Source
from the content-addressed store, hash-verified
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
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected