| 154 | } |
| 155 | |
| 156 | inline int tp_init_impl(PyObject *, PyObject *, PyObject *) { |
| 157 | pybind11_fail("UNEXPECTED CALL OF function_record_PyTypeObject_methods::tp_init_impl"); |
| 158 | // return -1; // Unreachable. |
| 159 | } |
| 160 | |
| 161 | inline void tp_free_impl(void *) { |
| 162 | pybind11_fail("UNEXPECTED CALL OF function_record_PyTypeObject_methods::tp_free_impl"); |
nothing calls this directly
no outgoing calls
no test coverage detected