Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

unsupported_binary_operation.txt 1.8KB

123456789101112131415161718192021
  1. unsupported-binary-operation:9::"unsupported operand type(s) for +: 'int' and 'str'"
  2. unsupported-binary-operation:10::"unsupported operand type(s) for -: 'int' and 'list'"
  3. unsupported-binary-operation:11::"unsupported operand type(s) for *: 'int' and 'dict'"
  4. unsupported-binary-operation:12::"unsupported operand type(s) for /: 'int' and 'module'"
  5. unsupported-binary-operation:13::"unsupported operand type(s) for **: 'int' and 'function'"
  6. unsupported-binary-operation:14::"unsupported operand type(s) for *: 'dict' and 'dict'"
  7. unsupported-binary-operation:15::"unsupported operand type(s) for -: 'dict' and 'dict'"
  8. unsupported-binary-operation:16::"unsupported operand type(s) for |: 'dict' and 'dict'"
  9. unsupported-binary-operation:17::"unsupported operand type(s) for >>: 'dict' and 'dict'"
  10. unsupported-binary-operation:18::"unsupported operand type(s) for +: 'list' and 'tuple'"
  11. unsupported-binary-operation:19::"unsupported operand type(s) for +: 'tuple' and 'list'"
  12. unsupported-binary-operation:20::"unsupported operand type(s) for *: 'list' and 'float'"
  13. unsupported-binary-operation:21::"unsupported operand type(s) for *: 'tuple' and 'float'"
  14. unsupported-binary-operation:22::"unsupported operand type(s) for >>: 'float' and 'float'"
  15. unsupported-binary-operation:27::"unsupported operand type(s) for +: 'A' and 'B'"
  16. unsupported-binary-operation:32::"unsupported operand type(s) for +: 'A1' and 'A1'"
  17. unsupported-binary-operation:40::"unsupported operand type(s) for +: 'A2' and 'B2'"
  18. unsupported-binary-operation:47::"unsupported operand type(s) for +: 'Child' and 'Parent'"
  19. unsupported-binary-operation:54::"unsupported operand type(s) for +: 'A3' and 'B3'"
  20. unsupported-binary-operation:57::"unsupported operand type(s) for +=: 'int' and 'A'"
  21. unsupported-binary-operation:59::"unsupported operand type(s) for +=: 'int' and 'list'"