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

Function is_simple_lvalue

mypyc/irbuild/statement.py:281–282  ·  view source on GitHub ↗
(expr: Expression)

Source from the content-addressed store, hash-verified

279
280
281def is_simple_lvalue(expr: Expression) -> bool:
282 return not isinstance(expr, (StarExpr, ListExpr, TupleExpr))
283
284
285def transform_operator_assignment_stmt(builder: IRBuilder, stmt: OperatorAssignmentStmt) -> None:

Callers 1

Calls 1

isinstanceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…