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

Method dependency_priorities

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

Source from the content-addressed store, hash-verified

3678 pass
3679
3680 def dependency_priorities(self) -> list[int]:
3681 return [
3682 prio
3683 for dep in self.dependencies + self.suppressed
3684 if (prio := self.priorities.get(dep, PRI_HIGH)) != PRI_INDIRECT
3685 ]
3686
3687 def dependency_lines(self) -> list[int]:
3688 return [

Callers 1

write_cacheMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected