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