| 159 | } |
| 160 | |
| 161 | inline void tp_free_impl(void *) { |
| 162 | pybind11_fail("UNEXPECTED CALL OF function_record_PyTypeObject_methods::tp_free_impl"); |
| 163 | } |
| 164 | |
| 165 | inline PyObject *reduce_ex_impl(PyObject *self, PyObject *, PyObject *) { |
| 166 | // Deliberately ignoring the arguments for simplicity (expected is `protocol: int`). |
nothing calls this directly
no outgoing calls
no test coverage detected