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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp314 auto static_get1 = [](py::object) -> const UserType & { return TestPropRVP::sv1; }; local
329 .def_property_readonly_static("static_ro_ref", static_get1)
332 .def_property_static("static_rw_ref", static_get1, static_set1)

Completed in 6 milliseconds