Searched refs:pybind11_object_new (Results 1 – 1 of 1) sorted by relevance
348 extern "C" inline PyObject *pybind11_object_new(PyTypeObject *type, PyObject *, PyObject *) { in pybind11_object_new() function466 type->tp_new = pybind11_object_new; in make_object_base_type()