| 12820 | return NULL; |
| 12821 | } |
| 12822 | static CYTHON_INLINE PyObject *__Pyx_CyFunction_Call(PyObject *func, PyObject *arg, PyObject *kw) { |
| 12823 | return __Pyx_CyFunction_CallMethod(func, ((PyCFunctionObject*)func)->m_self, arg, kw); |
| 12824 | } |
| 12825 | static PyObject *__Pyx_CyFunction_CallAsMethod(PyObject *func, PyObject *args, PyObject *kw) { |
| 12826 | PyObject *result; |
| 12827 | __pyx_CyFunctionObject *cyfunc = (__pyx_CyFunctionObject *) func; |
no test coverage detected