summaryrefslogtreecommitdiff
path: root/pylint/test/functional/invalid_slice_index.txt
blob: cd4dc6e9c63e1fcb745ec931a33def02065bbde9 (plain)
1
2
3
4
5
invalid-slice-index:10:function1:Slice index is not an int, None, or instance with __index__
invalid-slice-index:10:function1:Slice index is not an int, None, or instance with __index__
invalid-slice-index:14:function2:Slice index is not an int, None, or instance with __index__
invalid-slice-index:14:function2:Slice index is not an int, None, or instance with __index__
invalid-slice-index:23:function3:Slice index is not an int, None, or instance with __index__