Module PyIR.BuiltinCaller
type unary_intrinsics =
| PrintExpr
| ImportStar
| StopiterationError
| AsyncGenValueWrapperNew
| UnaryPos
| ListToTuple
| MakeTypevar
| MakeParamspec
| MakeTypevartuple
| SubscriptGeneric
| MakeTypealias
type binary_intrinsics =
| PrepReraiseStar
| TypevarWithBound
| TypevarWithConstraints
| SetFunctionTypeParams
type t =
| BuildClass
| Format
| FormatFn of FormatFunction.t
| Inplace of BinaryOp.t
| Binary of BinaryOp.t
| BinarySlice
| Unary of UnaryOp.t
| Compare of CompareOp.t
| GetAIter
| GetIter
| NextIter
| HasNextIter
| IterData
| GetYieldFromIter
| ListAppend
| ListExtend
| ListToTuple
| SetAdd
| SetUpdate
| DictSetItem
| DictUpdate
| DictMerge
| DeleteSubscr
| YieldFrom
| GetAwaitable
| UnpackEx
| GetPreviousException
| UnaryIntrinsic of unary_intrinsics
| BinaryIntrinsic of binary_intrinsics