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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp48 const ExampleMandA &self3() { return *this; } // return by const reference function in class:ExampleMandA
228 .def("self3", &ExampleMandA::self3)
H A Dtest_methods_and_attributes.py25 assert str(instance1.self3()) == "ExampleMandA[value=320]"

Completed in 9 milliseconds