| 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); } |
no outgoing calls
no test coverage detected