Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ the_answer
Method
the_answer
tests/test_with_catch/test_interpreter.cpp:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
using Widget::Widget;
49
50
int the_answer() const override { PYBIND11_OVERRIDE_PURE(int, Widget, the_answer); }
51
std::string argv0() const override { PYBIND11_OVERRIDE_PURE(std::string, Widget, argv0); }
52
};
53
Callers
1
test_interpreter.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected