Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ Base
Function
Base
tests/test_cross_module_rtti/lib.h:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
public:
14
Base(int a, int b);
15
Base(const Base &) = default;
16
virtual ~Base() = default;
17
18
virtual int get() const;
Callers
1
lib.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected