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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp50 const ExampleMandA *self5() { return this; } // return by const pointer function in class:ExampleMandA
230 .def("self5", &ExampleMandA::self5)
H A Dtest_methods_and_attributes.py27 assert str(instance1.self5()) == "ExampleMandA[value=320]"

Completed in 7 milliseconds