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

Method accept

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

Source from the content-addressed store, hash-verified

2462 self.def_var: Var | None = None
2463
2464 def accept(self, visitor: ExpressionVisitor[T]) -> T:
2465 return visitor.visit_member_expr(self)
2466
2467
2468# Kinds of arguments

Callers

nothing calls this directly

Calls 1

visit_member_exprMethod · 0.45

Tested by

no test coverage detected