Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ size
Method
size
Singular/dyn_modules/pyobject/pyobject.cc:187–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
char* str() const { return omStrDup(PyString_AsString(*this)); }
186
187
Py_ssize_t size() const { return PyObject_Size(m_ptr); }
188
189
BOOLEAN assign_to(leftv result)
190
{
Callers
2
pyobject_OpM
Function · 0.45
sync_contexts
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected