MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_function4

Function test_function4

tests/test_constants_and_functions.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19std::string test_function3(int i) { return "test_function(" + std::to_string(i) + ")"; }
20
21py::str test_function4() { return "test_function()"; }
22py::str test_function4(char *) { return "test_function(char *)"; }
23py::str test_function4(int, float) { return "test_function(int, float)"; }
24py::str test_function4(float, int) { return "test_function(float, int)"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected