1 2 3
# python/use-enumerate fixture Fixture files for the `python/use-enumerate` syntax rule test. `match.py` uses `range(len(...))` in for loops; `no_match.py` uses `enumerate()`, plain `range()`, and other patterns which are not flagged.