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

Method visit_unary_expr

mypy/stats.py:318–320  ·  view source on GitHub ↗
(self, o: UnaryExpr)

Source from the content-addressed store, hash-verified

316 super().visit_assignment_expr(o)
317
318 def visit_unary_expr(self, o: UnaryExpr) -> None:
319 self.process_node(o)
320 super().visit_unary_expr(o)
321
322 def visit_str_expr(self, o: StrExpr) -> None:
323 self.record_precise_if_checked_scope(o)

Callers

nothing calls this directly

Calls 1

process_nodeMethod · 0.95

Tested by

no test coverage detected