MCPcopy Create free account
hub / github.com/Singular/Singular / attr

Method attr

Singular/dyn_modules/pyobject/pyobject.cc:211–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210
211 self attr(const self& arg) const { return PyObject_GetAttr(*this, arg); }
212
213 self del_attr(const self& arg) const
214 {

Callers 3

foo2Function · 0.80
matrixFromArrayFunction · 0.80
pyobject_Op2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected