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

Function python_module

v2/engine/function.c:4776–4782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4774
4775
4776static module_t * python_module()
4777{
4778 static module_t * python = 0;
4779 if ( !python )
4780 python = bindmodule( constant_python );
4781 return python;
4782}
4783
4784
4785static 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