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

Method accept

mypy/semanal.py:7703–7707  ·  view source on GitHub ↗
(self, node: Node)

Source from the content-addressed store, hash-verified

7701 return True
7702
7703 def accept(self, node: Node) -> None:
7704 try:
7705 node.accept(self)
7706 except Exception as err:
7707 report_internal_error(err, self.errors.file, node.line, self.errors, self.options)
7708
7709 def expr_to_analyzed_type(
7710 self,

Calls 1

report_internal_errorFunction · 0.90

Tested by

no test coverage detected