Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ appendModule
Method
appendModule
Singular/dyn_modules/python/interpreter_support.cc:111–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
internal_append(v);
110
}
111
void appendModule(const Module& p)
112
{
113
leftv v=initArg();
114
v->data=p.as_module();
115
v->rtyp=MODUL_CMD;
116
internal_append(v);
117
}
118
void appendint(int p)
119
{
120
leftv v=initArg();
Callers
nothing calls this directly
Calls
1
as_module
Method · 0.45
Tested by
no test coverage detected