MCPcopy Create free account
hub / github.com/python/mypy / visit_bytes_expr

Method visit_bytes_expr

mypy/treetransform.py:461–462  ·  view source on GitHub ↗
(self, node: BytesExpr)

Source from the content-addressed store, hash-verified

459 return StrExpr(node.value)
460
461 def visit_bytes_expr(self, node: BytesExpr) -> BytesExpr:
462 return BytesExpr(node.value)
463
464 def visit_float_expr(self, node: FloatExpr) -> FloatExpr:
465 return FloatExpr(node.value)

Callers

nothing calls this directly

Calls 1

BytesExprClass · 0.90

Tested by

no test coverage detected