Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ Base2
Method
Base2
tests/test_multiple_inheritance.cpp:99–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
98
struct Base2 {
99
explicit Base2(int i) : i(i) {}
100
int bar() const { return i; }
101
int i;
102
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected