MCPcopy Index your code
hub / github.com/python/mypy / dependency_lines

Method dependency_lines

mypy/build.py:3687–3692  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3685 ]
3686
3687 def dependency_lines(self) -> list[int]:
3688 return [
3689 self.dep_line_map.get(dep, 1)
3690 for dep in self.dependencies + self.suppressed
3691 if self.priorities.get(dep) != PRI_INDIRECT
3692 ]
3693
3694 def generate_unused_ignore_notes(self) -> None:
3695 if (

Callers 1

write_cacheMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected