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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp316 auto static_set1 = [](py::object, int v) { TestPropRVP::sv1.set(v); }; local
332 .def_property_static("static_rw_ref", static_get1, static_set1)

Completed in 6 milliseconds