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

Function test_function3

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

Source from the content-addressed store, hash-verified

17std::string test_function2(MyEnum k) { return "test_function(enum=" + std::to_string(k) + ")"; }
18
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 *)"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected