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

Method log

mypy/stats.py:413–414  ·  view source on GitHub ↗
(self, string: str)

Source from the content-addressed store, hash-verified

411 self.num_typevar_types += 1
412
413 def log(self, string: str) -> None:
414 self.output.append(string)
415
416 def record_line(self, line: int, precision: int) -> None:
417 self.line_map[line] = max(precision, self.line_map.get(line, TYPE_EMPTY))

Callers 1

typeMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected