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

Function pyobject_load

Singular/pyobject_setup.cc:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "Singular/ipshell.h"
19
20static BOOLEAN pyobject_load()
21{
22 return jjLOAD("pyobject.so", TRUE);
23}
24
25/// blackbox support - initialization via autoloading
26void* pyobject_autoload(blackbox* bbx)

Callers 2

pyobject_autoloadFunction · 0.85
pyobject_ensureFunction · 0.85

Calls 1

jjLOADFunction · 0.85

Tested by

no test coverage detected