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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp317 auto static_set2 = [](py::object, int v) { TestPropRVP::sv2.set(v); }; local
333 .def_property_static("static_rw_copy", static_get2, static_set2, rvp_copy)
334 .def_property_static("static_rw_func", py::cpp_function(static_get2, rvp_copy), static_set2)

Completed in 9 milliseconds