MCPcopy 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_OpMFunction · 0.45
sync_contextsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected