Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get
Method
get
tests/test_class_sh_virtual_py_cpp_mix.cpp:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
class CppDerivedPlain : public Base {
19
public:
20
int get() const override { return 202; }
21
};
22
23
class CppDerived : public Base {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected