Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ Base1
Method
Base1
tests/test_multiple_inheritance.cpp:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
// test_multiple_inheritance_mix2
90
struct Base1 {
91
explicit Base1(int i) : i(i) {}
92
int foo() const { return i; }
93
int i;
94
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected