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

Function someFunction

12-Exceptions/myexceptions.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7};
8
9void someFunction() {
10 throw OutOfSteakException();
11};
12
13#include "boost/python.hpp"
14using namespace boost::python;

Callers 1

myexceptions.pyFile · 0.90

Calls 1

OutOfSteakExceptionClass · 0.85

Tested by

no test coverage detected