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

Method error

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

Source from the content-addressed store, hash-verified

1572 self.errors.warning(msg, self.module_path, line)
1573
1574 def error(self, msg: str, line: int) -> None:
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)

Callers 15

get_assignment_targetMethod · 0.95
coerce_rvalueMethod · 0.95
add_functionMethod · 0.95
make_for_loop_generatorFunction · 0.45
begin_bodyMethod · 0.45
translate_object_newFunction · 0.45
generate_getattr_wrapperFunction · 0.45
generate_setattr_wrapperFunction · 0.45
handle_ext_methodFunction · 0.45
check_native_overrideFunction · 0.45
gen_breakMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected