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

Method accept

mypy/nodes.py:2886–2887  ·  view source on GitHub ↗
(self, visitor: ExpressionVisitor[T])

Source from the content-addressed store, hash-verified

2884 return expr
2885
2886 def accept(self, visitor: ExpressionVisitor[T]) -> T:
2887 return visitor.visit_lambda_expr(self)
2888
2889 def is_dynamic(self) -> bool:
2890 return False

Callers

nothing calls this directly

Calls 1

visit_lambda_exprMethod · 0.45

Tested by

no test coverage detected