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.

27 lines
680 B

  1. Rabbit is a parrot
  2. Polly is a parrot
  3. Molly is a dog
  4. Woof!
  5. func(43) = 44
  6. Payload constructor
  7. Payload copy constructor
  8. Payload move constructor
  9. Payload destructor
  10. Payload destructor
  11. Payload destructor
  12. Rabbit is a parrot
  13. Polly is a parrot
  14. Molly is a dog
  15. The following error is expected: Incompatible function arguments. The following argument types are supported:
  16. 1. (example.Dog) -> NoneType
  17. Invoked with: <Pet object at 0>
  18. Callback function 1 called!
  19. False
  20. Callback function 2 called : Hello, x, True, 5
  21. 5
  22. Callback function 2 called : Hello, from, partial, object
  23. False
  24. Callback function 3 called : Partial object with one argument
  25. False
  26. func(43) = 44
  27. func(number=43) = 44