MCPcopy Create free account
hub / github.com/pybind/pybind11 / the_message

Method the_message

tests/test_with_catch/test_interpreter.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 virtual ~Widget() = default;
38
39 std::string the_message() const { return message; }
40 virtual int the_answer() const = 0;
41 virtual std::string argv0() const = 0;
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected