Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ foo
Method
foo
tests/test_multiple_inheritance.py:23–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
self.i = i
22
23
def
foo(self):
24
return
self.i
25
26
class
MITypePy(Base1, m.Base2):
27
def
__init__(self, i, j):
Callers
4
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
Calls
no outgoing calls
Tested by
no test coverage detected