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

Method accept

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

Source from the content-addressed store, hash-verified

2281 self.as_type = NotParsed.VALUE
2282
2283 def accept(self, visitor: ExpressionVisitor[T]) -> T:
2284 return visitor.visit_str_expr(self)
2285
2286
2287def is_StrExpr_list(seq: list[Expression]) -> TypeGuard[list[StrExpr]]: # noqa: N802

Callers

nothing calls this directly

Calls 1

visit_str_exprMethod · 0.45

Tested by

no test coverage detected