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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp46 ExampleMandA self1() { return *this; } // return by value function in class:ExampleMandA
226 .def("self1", &ExampleMandA::self1)
H A Dtest_methods_and_attributes.py23 assert str(instance1.self1()) == "ExampleMandA[value=320]"

Completed in 8 milliseconds