Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_methods_and_attributes.cpp52 ExampleMandA *self4() { return this; } // return by pointer in self4() function in ExampleMandA
172 .def("self4", &ExampleMandA::self4) in TEST_SUBMODULE()
Dtest_methods_and_attributes.py30 assert str(instance1.self4()) == "ExampleMandA[value=320]"