----------- argsError ----------- Set the Python exception for arguments errors. This function has a pointer return type just so a nullptr can be returned.
| 70 | // a nullptr can be returned. |
| 71 | // |
| 72 | PyObject * |
| 73 | PyUtilApiFunction::argsError() |
| 74 | { |
| 75 | return PyUtilResetException(this->pyError); |
| 76 | } |
| 77 | |
| 78 | //--------- |
| 79 | // warning |
no test coverage detected