Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/detail/
Dclass.h131 const auto static_prop = (PyObject *) get_internals().static_property_type; in pybind11_meta_setattro() local
132 const auto call_descr_set = descr && value && PyObject_IsInstance(descr, static_prop) in pybind11_meta_setattro()
133 && !PyObject_IsInstance(value, static_prop); in pybind11_meta_setattro()