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

Function transform_set_expr

mypyc/irbuild/expression.py:1213–1216  ·  view source on GitHub ↗
(builder: IRBuilder, expr: SetExpr)

Source from the content-addressed store, hash-verified

1211
1212
1213def transform_set_expr(builder: IRBuilder, expr: SetExpr) -> Value:
1214 return _visit_display(
1215 builder, expr.items, builder.new_set_op, set_add_op, set_update_op, expr.line, False
1216 )
1217
1218
1219def _visit_display(

Callers 1

visit_set_exprMethod · 0.90

Calls 1

_visit_displayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…