Searched defs:test_function4 (Results 1 – 1 of 1) sorted by relevance
26 py::str test_function4() { return "test_function()"; } in test_function4() function27 py::str test_function4(char *) { return "test_function(char *)"; } in test_function4() function28 py::str test_function4(int, float) { return "test_function(int, float)"; } in test_function4() function29 py::str test_function4(float, int) { return "test_function(float, int)"; } in test_function4() function