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

Method record_incomplete_ref

mypy/semanal.py:7329–7332  ·  view source on GitHub ↗

Record the encounter of an incomplete reference and defer current analysis target.

(self)

Source from the content-addressed store, hash-verified

7327 return self.num_incomplete_refs != tag
7328
7329 def record_incomplete_ref(self) -> None:
7330 """Record the encounter of an incomplete reference and defer current analysis target."""
7331 self.defer()
7332 self.num_incomplete_refs += 1
7333
7334 def mark_incomplete(
7335 self,

Calls 1

deferMethod · 0.95

Tested by

no test coverage detected