Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ bar
Method
bar
tests/test_multiple_inheritance.py:42–43 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
40
self.i = i
41
42
def
bar(self):
43
return
self.i
44
45
class
MITypePy(m.Base1, Base2):
46
def
__init__(self, i, j):
Callers
9
test_multiple_inheritance_cpp
Function · 0.45
test_multiple_inheritance_mix1
Function · 0.45
test_multiple_inheritance_mix2
Function · 0.45
test_multiple_inheritance_python
Function · 0.45
test_multiple_inheritance_virtbase
Function · 0.45
test_multiple_inheritance_python
Function · 0.45
test_disown_base1_first
Function · 0.45
test_disown_base2_first
Function · 0.45
test_disown_base2
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected