Searched refs:static_property_type (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h105 PyTypeObject *static_property_type; member in struct:internals
280 internals_ptr->static_property_type = make_static_property_type();
H A Dclass.h119 const auto static_prop = (PyObject *) get_internals().static_property_type;
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h977 auto property = handle((PyObject *) (is_static ? get_internals().static_property_type
1401 auto static_property = handle((PyObject *) get_internals().static_property_type);

Completed in 10 milliseconds