Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/detail/
Dclass.h47 extern "C" inline PyObject *pybind11_static_get(PyObject *self, PyObject * /*ob*/, PyObject *cls) { in pybind11_static_get() function
81 type->tp_descr_get = pybind11_static_get; in make_static_property_type()