home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / test_augassign < prev    next >
Text File  |  2003-12-30  |  697b  |  52 lines

  1. test_augassign
  2. 6
  3. [6]
  4. 6
  5. [1, 2, 3, 4, 1, 2, 3, 4]
  6. [1, 2, 1, 2, 3]
  7. True
  8. True
  9. True
  10. 11
  11. True
  12. 12
  13. True
  14. True
  15. 13
  16. __add__ called
  17. __radd__ called
  18. __iadd__ called
  19. __sub__ called
  20. __rsub__ called
  21. __isub__ called
  22. __mul__ called
  23. __rmul__ called
  24. __imul__ called
  25. __div__ called
  26. __rdiv__ called
  27. __idiv__ called
  28. __floordiv__ called
  29. __rfloordiv__ called
  30. __ifloordiv__ called
  31. __mod__ called
  32. __rmod__ called
  33. __imod__ called
  34. __pow__ called
  35. __rpow__ called
  36. __ipow__ called
  37. __or__ called
  38. __ror__ called
  39. __ior__ called
  40. __and__ called
  41. __rand__ called
  42. __iand__ called
  43. __xor__ called
  44. __rxor__ called
  45. __ixor__ called
  46. __rshift__ called
  47. __rrshift__ called
  48. __irshift__ called
  49. __lshift__ called
  50. __rlshift__ called
  51. __ilshift__ called
  52.