| 12912 | #endif |
| 12913 | }; |
| 12914 | static int __pyx_CyFunction_init(void) { |
| 12915 | __pyx_CyFunctionType = __Pyx_FetchCommonType(&__pyx_CyFunctionType_type); |
| 12916 | if (unlikely(__pyx_CyFunctionType == NULL)) { |
| 12917 | return -1; |
| 12918 | } |
| 12919 | return 0; |
| 12920 | } |
| 12921 | static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) { |
| 12922 | __pyx_CyFunctionObject *m = (__pyx_CyFunctionObject *) func; |
| 12923 | m->defaults = PyObject_Malloc(size); |
no test coverage detected