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

Method Tiger

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

Source from the content-addressed store, hash-verified

122class Tiger : virtual public Cat {
123public:
124 Tiger() = default;
125 Tiger(const Tiger &) = default;
126 Tiger &operator=(const Tiger &) = default;
127 ~Tiger() override = default;

Callers 1

test_animal_cat_tigerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected