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

/gem5/ext/pybind11/tests/
H A Dtest_callbacks.cpp146 struct CppBoundMethodTest {}; struct
147 py::class_<CppBoundMethodTest>(m, "CppBoundMethodTest")
149 .def("triple", [](CppBoundMethodTest &, int val) { return 3 * val; });
H A Dtest_callbacks.py39 z = m.CppBoundMethodTest()

Completed in 4 milliseconds