MCPcopy
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

recordMethod · 0.80
test_statistic_incrementFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_statistic_incrementFunction · 0.64