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

Method Animal

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

Source from the content-addressed store, hash-verified

103class Animal {
104public:
105 Animal() = default;
106 Animal(const Animal &) = default;
107 Animal &operator=(const Animal &) = default;
108 virtual Animal *clone_raw_ptr() const = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected