Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ LocalBase
Method
LocalBase
tests/local_bindings.h:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
class LocalBase {
9
public:
10
explicit LocalBase(int i) : i(i) {}
11
int i = -1;
12
};
13
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected