Bruno Lima

Results 2 issues of Bruno Lima

# Performance Improvement Using `enumerate(...)` in `for` loops are slow and there are at least +250 `enumerate`'s in CPython Let's take for example this `for` loop with `enumerate`: https://github.com/python/cpython/blob/5f660e8e2ca3acfb89ccbdd990f072149b6baa6a/Lib/genericpath.py#L116-L118 If...

type-feature

I didn't find a way to use pycln as a module, it would be good if there was a way, (at least for me). Illustrative example of this feature: ```...

enhancement
feature