Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/detail/
Dclass.h355 extern "C" inline int pybind11_object_init(PyObject *self, PyObject *, PyObject *) { in pybind11_object_init() function
467 type->tp_init = pybind11_object_init; in make_object_base_type()
663 type->tp_init = pybind11_object_init; in make_new_python_type()