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

Method ping

tests/test_class_sh_mi_thunks.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 Diamond(const Diamond &) = default;
64 ~Diamond() override = default;
65 int ping() const override { return 7; }
66 int self_tag = 99;
67};
68

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected