Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ what
Method
what
tests/test_exceptions.cpp:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
public:
23
explicit MyException(const char *m) : message{m} {}
24
const char *what() const noexcept override { return message.c_str(); }
25
26
private:
27
std::string message =
""
;
Callers
5
TEST_SUBMODULE
Function · 0.45
PYBIND11_MODULE
Function · 0.45
test_class.cpp
File · 0.45
test_interpreter.cpp
File · 0.45
test_subinterpreter.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected