MCPcopy 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

6public:
7 using lib::Base::Base;
8 int get() const override { PYBIND11_OVERLOAD(int, lib::Base, get); }
9};
10
11PYBIND11_MODULE(test_cross_module_rtti_bindings, m) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected