Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_methods_and_attributes.cpp51 const ExampleMandA &self3() { return *this; } // return by const reference in self3() function in ExampleMandA
171 .def("self3", &ExampleMandA::self3) in TEST_SUBMODULE()
Dtest_methods_and_attributes.py29 assert str(instance1.self3()) == "ExampleMandA[value=320]"