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

Method argv0

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

Source from the content-addressed store, hash-verified

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
54class test_override_cache_helper {

Callers 1

Calls 1

PYBIND11_OVERRIDE_PUREFunction · 0.50

Tested by

no test coverage detected