Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get
Method
get
tests/test_cross_module_rtti/bindings.cpp:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
public:
7
using lib::Base::Base;
8
int get() const override { PYBIND11_OVERLOAD(int, lib::Base, get); }
9
};
10
11
PYBIND11_MODULE(test_cross_module_rtti_bindings, m) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected