*: Annotate method receiver with corresponding type for all cdef classes
For example - def send(pych, obj): + def send(pychan pych, obj): Even though Cython allows not to annotate self with type, this makes the code more clear.
Showing
Please register or sign in to comment