MarcoGorelli / cython-lint

Lint Cython files
MIT License
71 stars 11 forks source link

parse python def functions within cython files #13

Closed MarcoGorelli closed 2 years ago

MarcoGorelli commented 2 years ago

e.g.

def read():
    cdef:
        bint done
        int i
    pass
MarcoGorelli commented 2 years ago

done