MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / lean_py_import

Function lean_py_import

LeanPy/native/python_bridge.c:728–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726 }
727 PyObject *r = p_PyObject_Call(unwrap_pyobject(f), tup, d);
728 p_Py_DecRef(tup);
729 p_Py_DecRef(d);
730 return ok_owned_or_err(r);
731}
732
733/* ------------------------------------------------------------------ */
734/* Modules and globals */

Callers

nothing calls this directly

Calls 2

ok_owned_or_errFunction · 0.85
lean_string_cstrFunction · 0.85

Tested by

no test coverage detected