Home
last modified time | relevance | path

Searched refs:pybind11_object_new (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dclass.h348 extern "C" inline PyObject *pybind11_object_new(PyTypeObject *type, PyObject *, PyObject *) { in pybind11_object_new() function
466 type->tp_new = pybind11_object_new; in make_object_base_type()