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

Function PYBIND11_MODULE

tests/exo_planet_pybind11.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace test_cpp_conduit {
12
13PYBIND11_MODULE(exo_planet_pybind11, m) {
14 wrap_traveler(m);
15 m.def("wrap_very_lonely_traveler", [m]() { wrap_very_lonely_traveler(m); });
16}
17
18} // namespace test_cpp_conduit
19} // namespace pybind11_tests

Callers

nothing calls this directly

Calls 2

wrap_travelerFunction · 0.85

Tested by

no test coverage detected