MCPcopy
hub / github.com/PyCQA/flake8 / _run

Method _run

src/flake8/main/application.py:185–188  ·  view source on GitHub ↗
(self, argv: Sequence[str])

Source from the content-addressed store, hash-verified

183 self.formatter.stop()
184
185 def _run(self, argv: Sequence[str]) -> None:
186 self.initialize(argv)
187 self.run_checks()
188 self.report()
189
190 def run(self, argv: Sequence[str]) -> None:
191 """Run our application.

Callers 1

runMethod · 0.95

Calls 3

initializeMethod · 0.95
run_checksMethod · 0.95
reportMethod · 0.95

Tested by

no test coverage detected