MCPcopy Create free account
hub / github.com/TNG/boost-python-examples / BOOST_PYTHON_MODULE

Function BOOST_PYTHON_MODULE

12-Exceptions/myexceptions.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace boost::python;
15
16BOOST_PYTHON_MODULE(myexceptions)
17{
18 register_exception_translator<OutOfSteakException>(translateException);
19
20 def("someFunction", &someFunction);
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected