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

Method note

mypy/typeanal.py:1811–1812  ·  view source on GitHub ↗
(self, msg: str, ctx: Context, *, code: ErrorCode | None = None)

Source from the content-addressed store, hash-verified

1809 self.fail_func(msg, ctx, code=code)
1810
1811 def note(self, msg: str, ctx: Context, *, code: ErrorCode | None = None) -> None:
1812 self.note_func(msg, ctx, code=code)
1813
1814 @contextmanager
1815 def tvar_scope_frame(self, namespace: str) -> Iterator[None]:

Callers 7

cannot_resolve_typeMethod · 0.95
visit_type_listMethod · 0.95
visit_tuple_typeMethod · 0.95
analyze_callable_typeMethod · 0.95
anal_typeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected