Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ Vector_get_Ring
Function
Vector_get_Ring
Singular/dyn_modules/python/vector_wrap.cc:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
return boost::python::str(out,strlen(out));
16
}
17
static Ring Vector_get_Ring(const Vector & p){
18
return p.getRing();
19
}
20
void export_vector(){
21
boost::python::class_<Vector>(
"Vector"
)
22
.def(boost::python::init <>())
Callers
nothing calls this directly
Calls
1
getRing
Method · 0.45
Tested by
no test coverage detected