Path 1: 2 calls (1.0)

None (1) ['/Users/andrehora/Documents/git/projects-pathspotter/pylint/tests/test_pylint_runners.py'] (1)

SystemExit (2)

1def run_pyreverse(argv: Sequence[str] | None = None) -> NoReturn:
2    """Run pyreverse.
3
4    argv can be a sequence of strings normally supplied as arguments on the command line
5    """
6    from pylint.pyreverse.main import Run as PyreverseRun
7
8    PyreverseRun(argv or sys.argv[1:])