Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ v
Method
v
tests/test_multiple_inheritance.py:103–104 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
101
102
class
B4(B3, B2):
103
def
v(self):
104
return
4
105
106
class
MI7(B4, MI6):
107
def
__init__(self, i):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected