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

Method warning

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

Source from the content-addressed store, hash-verified

1569 return catch_errors(self.module_path, line)
1570
1571 def warning(self, msg: str, line: int) -> None:
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)

Callers 2

transform_generator_exprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected