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

Method accept

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

Source from the content-addressed store, hash-verified

2311 self.value = value
2312
2313 def accept(self, visitor: ExpressionVisitor[T]) -> T:
2314 return visitor.visit_bytes_expr(self)
2315
2316
2317class FloatExpr(Expression):

Callers

nothing calls this directly

Calls 1

visit_bytes_exprMethod · 0.45

Tested by

no test coverage detected