PyIR.Stmttype t = | Let of {}| SetAttr of {}| Store of {lhs : ScopedIdent.t;rhs : Exp.t;}| StoreSlice of {}| StoreSubscript of {}| Call of {}| CallEx of {}| CallMethod of {}| BuiltinCall of {lhs : SSA.t;call : BuiltinCaller.t;args : Exp.t list;arg_names : Exp.t;}| StoreDeref of {}STORE_DEREF
| Delete of ScopedIdent.t| DeleteDeref of {name : Ident.t;slot : int;}DELETE_DEREF
| DeleteAttr of {}| MakeCell of intMAKE_CELL
| CopyFreeVars of intCOPY_FREE_VARS
| ImportStar of Exp.t| GenStart of {kind : gen_kind;}| SetupAnnotations| Yield of {}