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

Method visit_expression_stmt

mypy/strconv.py:232–233  ·  view source on GitHub ↗
(self, o: mypy.nodes.ExpressionStmt)

Source from the content-addressed store, hash-verified

230 return self.dump(o.body, o)
231
232 def visit_expression_stmt(self, o: mypy.nodes.ExpressionStmt) -> str:
233 return self.dump([o.expr], o)
234
235 def visit_assignment_stmt(self, o: mypy.nodes.AssignmentStmt) -> str:
236 a: list[Any] = []

Callers 1

acceptMethod · 0.45

Calls 1

dumpMethod · 0.95

Tested by

no test coverage detected