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

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

Completed in 16 milliseconds