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

Function transform_list_expr

mypyc/irbuild/expression.py:1159–1160  ·  view source on GitHub ↗
(builder: IRBuilder, expr: ListExpr)

Source from the content-addressed store, hash-verified

1157
1158
1159def transform_list_expr(builder: IRBuilder, expr: ListExpr) -> Value:
1160 return _visit_list_display(builder, expr.items, expr.line)
1161
1162
1163def _visit_list_display(builder: IRBuilder, items: list[Expression], line: int) -> Value:

Callers 1

visit_list_exprMethod · 0.90

Calls 1

_visit_list_displayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…