MCPcopy Create free account
hub / github.com/Singular/Singular / free_leftv

Function free_leftv

Singular/dyn_modules/python/interpreter_support.cc:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace boost::python;
23using boost::python::extract;
24static void free_leftv(leftv args)
25{
26 args->CleanUp();
27 omFreeBin(args, sleftv_bin);
28}
29
30#if BOOST_VERSION < 106500 /* 1.65 */
31typedef typename boost::python::numeric::array NumpyArrayType;

Callers 1

Calls 2

omFreeBinFunction · 0.85
CleanUpMethod · 0.80

Tested by

no test coverage detected