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

Function python_module

src/engine/function.c:4912–4918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4910
4911
4912static module_t * python_module()
4913{
4914 static module_t * python = 0;
4915 if ( !python )
4916 python = bindmodule( constant_python );
4917 return python;
4918}
4919
4920
4921static 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