5 lines
100 B
Cython
5 lines
100 B
Cython
cpdef object countby(object key, object seq)
|
|
|
|
|
|
cdef class partitionby:
|
|
cdef object iter_groupby
|