PyIR.BuiltinCaller
type t =
| BuildClass
| BuildConstKeyMap
| Format
| FormatFn of FormatFunction.t
| CallFunctionEx
CALL_FUNCTION_EX
| Inplace of BinaryOp.t
| Binary of BinaryOp.t
| 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