Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ BOOST_PYTHON_MODULE
Function
BOOST_PYTHON_MODULE
01-HelloWorld/hello.cpp:8–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#include <boost/python.hpp>
7
8
BOOST_PYTHON_MODULE(hello)
9
{
10
using namespace boost::python;
11
def(
"greet"
, greet);
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected