Searched refs:static_prop (Results 1 – 1 of 1) sorted by relevance
131 const auto static_prop = (PyObject *) get_internals().static_property_type; in pybind11_meta_setattro() local132 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()