Cython variable is used before its declaration
Reports Cython variables being referenced before declaration.
Example:
cdef int c_x
print(c_x, c_y) # Variable 'c_y' is used before its declaration
cdef int c_y = 0
Inspection Details | |
---|---|
Available in: | PyCharm 2023.3 |
Plugin: | Python, 233.SNAPSHOT |
Last modified: 13 July 2023