MCPcopy Create free account
hub / github.com/boostorg/build / python_module

Function python_module

src/engine/function.cpp:5450–5456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5448
5449
5450static module_t * python_module()
5451{
5452 static module_t * python = 0;
5453 if ( !python )
5454 python = bindmodule( constant_python );
5455 return python;
5456}
5457
5458
5459static LIST * call_python_function( PYTHON_FUNCTION * function, FRAME * frame )

Callers 1

call_python_functionFunction · 0.85

Calls 1

bindmoduleFunction · 0.85

Tested by

no test coverage detected