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