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

Method note

mypyc/irbuild/builder.py:1577–1578  ·  view source on GitHub ↗
(self, msg: str, line: int)

Source from the content-addressed store, hash-verified

1575 self.errors.error(msg, self.module_path, line)
1576
1577 def note(self, msg: str, line: int) -> None:
1578 self.errors.note(msg, self.module_path, line)
1579
1580 def add_function(self, func_ir: FuncIR, line: int) -> None:
1581 name = (func_ir.class_name, func_ir.name)

Callers 4

prepare_class_defFunction · 0.45
transform_del_itemFunction · 0.45
set_mypyc_attrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected