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

Function if

v2/engine/function.c:3609–3614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3607 }
3608#ifdef HAVE_PYTHON
3609 else if ( function_->type == FUNCTION_PYTHON )
3610 {
3611 PYTHON_FUNCTION * func = (PYTHON_FUNCTION *)function_;
3612 Py_DECREF( func->python_function );
3613 if ( function_->rulename ) object_free( function_->rulename );
3614 }
3615#endif
3616 else
3617 {

Callers

nothing calls this directly

Calls 2

object_freeFunction · 0.85
call_python_functionFunction · 0.85

Tested by

no test coverage detected