| 149 | } |
| 150 | |
| 151 | inline PyObject *tp_alloc_impl(PyTypeObject *, Py_ssize_t) { |
| 152 | pybind11_fail("UNEXPECTED CALL OF function_record_PyTypeObject_methods::tp_alloc_impl"); |
| 153 | // return nullptr; // Unreachable. |
| 154 | } |
| 155 | |
| 156 | inline int tp_init_impl(PyObject *, PyObject *, PyObject *) { |
| 157 | pybind11_fail("UNEXPECTED CALL OF function_record_PyTypeObject_methods::tp_init_impl"); |
nothing calls this directly
no outgoing calls
no test coverage detected