Home | History | Annotate | Download | only in Utility

Lines Matching defs:_err

914             _err(ValueError, "Cannot transpose memoryview with indirect dimensions")
1178 _err(MemoryError, NULL)
1215 cdef int _err(object error, char *msg) except -1 with gil: