Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
static BOOLEAN pyobject_load()
21
{
22
return jjLOAD(
"pyobject.so"
, TRUE);
23
}
24
25
/// blackbox support - initialization via autoloading
26
void* pyobject_autoload(blackbox* bbx)
Callers
2
pyobject_autoload
Function · 0.85
pyobject_ensure
Function · 0.85
Calls
1
jjLOAD
Function · 0.85
Tested by
no test coverage detected