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

Function tp_init_impl

include/pybind11/detail/function_record_pyobject.h:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156inline 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
161inline void tp_free_impl(void *) {
162 pybind11_fail("UNEXPECTED CALL OF function_record_PyTypeObject_methods::tp_free_impl");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected