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

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

Completed in 8 milliseconds