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

Method Cat

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

Source from the content-addressed store, hash-verified

114class Cat : virtual public Animal {
115public:
116 Cat() = default;
117 Cat(const Cat &) = default;
118 Cat &operator=(const Cat &) = default;
119 ~Cat() override = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected