Module PyIR.BuiltinCaller

type t =
  1. | BuildClass
  2. | BuildConstKeyMap
  3. | Format
  4. | FormatFn of FormatFunction.t
  5. | CallFunctionEx
    (*

    CALL_FUNCTION_EX

    *)
  6. | Inplace of BinaryOp.t
  7. | Binary of BinaryOp.t
  8. | Unary of UnaryOp.t
  9. | Compare of CompareOp.t
  10. | GetAIter
  11. | GetIter
  12. | NextIter
  13. | HasNextIter
  14. | IterData
  15. | GetYieldFromIter
  16. | ListAppend
  17. | ListExtend
  18. | ListToTuple
  19. | SetAdd
  20. | SetUpdate
  21. | DictSetItem
  22. | DictUpdate
  23. | DictMerge
  24. | DeleteSubscr
  25. | YieldFrom
  26. | GetAwaitable
  27. | UnpackEx
  28. | GetPreviousException