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

Method found_incomplete_ref

mypy/semanal.py:7325–7327  ·  view source on GitHub ↗

Have we encountered an incomplete reference since starting tracking?

(self, tag: Tag)

Source from the content-addressed store, hash-verified

7323 return self.num_incomplete_refs
7324
7325 def found_incomplete_ref(self, tag: Tag) -> bool:
7326 """Have we encountered an incomplete reference since starting tracking?"""
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."""

Callers 10

create_aliasMethod · 0.95
analyze_func_defMethod · 0.95
analyze_classMethod · 0.95
visit_assignment_stmtMethod · 0.95
visit_type_alias_stmtMethod · 0.95
anal_typeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected