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

Function PYBIND11_MODULE

tests/standalone_enum_module.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9using namespace standalone_enum_module_ns;
10
11PYBIND11_MODULE(standalone_enum_module, m) { // Added in PR #6015
12 pybind11::enum_<SomeEnum> some_enum_wrapper(m, "SomeEnum");
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected