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

Method compare

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

Source from the content-addressed store, hash-verified

205 }
206
207 int compare(int op, const self& arg) const
208 { return PyObject_RichCompareBool(*this, arg, py_opid(op)); }
209
210
211 self attr(const self& arg) const { return PyObject_GetAttr(*this, arg); }

Callers 8

jjCOMPARE_IVFunction · 0.45
jjCOMPARE_BIMFunction · 0.45
jjCOMPARE_IV_IFunction · 0.45
jjMODULOFunction · 0.45
jjMODULO3Function · 0.45
jjMODULO3SFunction · 0.45
jjMODULO4Function · 0.45
pyobject_Op2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected