Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyCQA/flake8
/ increment
Method
increment
src/flake8/statistics.py:129–131 ·
view source on GitHub ↗
Increment the number of times we've seen this error in this file.
(self)
Source
from the content-addressed store, hash-verified
127
)
128
129
def
increment(self) -> None:
130
""
"Increment the number of times we've seen this error in this file."
""
131
self.count += 1
Callers
2
record
Method · 0.80
test_statistic_increment
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_statistic_increment
Function · 0.64