module documentation

Undocumented

Class ModifiedIterationChecker Checks for modified iterators in for loops iterations.
Function register Undocumented
Constant _LIST_MODIFIER_METHODS Undocumented
Constant _SET_MODIFIER_METHODS Undocumented
def register(linter: PyLinter): (source)

Undocumented

_LIST_MODIFIER_METHODS: set[str] = (source)

Undocumented

Value
set(['append', 'remove'])
_SET_MODIFIER_METHODS: set[str] = (source)

Undocumented

Value
set(['add', 'remove'])