Skip to main content

Module list

Module list 

Source
Expand description

Python list expressions are represented as ExprType::List and generated by the "List" arm of the expression codegen (see expression.rs). The second, unused List<'a> AST type that used to live here — with its own, divergent codegen — was removed as dead code.