| 21 | }; |
| 22 | |
| 23 | TEST_SUBMODULE(class_sh_unique_ptr_custom_deleter, m) { |
| 24 | py::classh<Pet>(m, "Pet").def_readwrite("name", &Pet::name); |
| 25 | |
| 26 | m.def("create", &Pet::New); |
| 27 | } |
| 28 | |
| 29 | } // namespace class_sh_unique_ptr_custom_deleter |
| 30 | } // namespace pybind11_tests |
nothing calls this directly
no outgoing calls
no test coverage detected