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

Method accept

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

Source from the content-addressed store, hash-verified

3438 self.is_typed = is_typed
3439
3440 def accept(self, visitor: ExpressionVisitor[T]) -> T:
3441 return visitor.visit_namedtuple_expr(self)
3442
3443
3444class TypedDictExpr(Expression):

Callers

nothing calls this directly

Calls 1

visit_namedtuple_exprMethod · 0.45

Tested by

no test coverage detected