Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
void someFunction() {
10
throw OutOfSteakException();
11
};
12
13
#include
"boost/python.hpp"
14
using namespace boost::python;
Callers
1
myexceptions.py
File · 0.90
Calls
1
OutOfSteakException
Class · 0.85
Tested by
no test coverage detected