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

Method foo

tests/test_kwargs_and_defaults.cpp:289–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 // test_function_signatures (along with most of the above)
288 struct KWClass {
289 void foo(int, float) {}
290 };
291 py::class_<KWClass>(m, "KWClass")
292 .def("foo0", &KWClass::foo)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected