MCPcopy Index your code
hub / github.com/numpy/numpy / __init__

Method __init__

tools/linter.py:10–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8
9class DiffLinter:
10 def __init__(self) -> None:
11 self.repository_root = os.path.realpath(os.path.join(CWD, ".."))
12
13 def run_ruff(self, fix: bool) -> tuple[int, str]:
14 """

Callers

nothing calls this directly

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected