cloop icon indicating copy to clipboard operation
cloop copied to clipboard

C-Style For-Loops for Python

Results 1 cloop issues
Sort by recently updated
recently updated
newest added

It's not possible to decrement the loop variable! I'm currently working around this by using a custom class derived from `int` which redefines `__iadd__` as `__isub__` but some of my...