Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Concept]: Decorators #2838

Merged
merged 49 commits into from
Jun 16, 2022
Merged

[New Concept]: Decorators #2838

merged 49 commits into from
Jun 16, 2022

Commits on Jun 15, 2022

  1. about.md - how to use decorators

    mathstrains21 authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9093c00 View commit details
    Browse the repository at this point in the history
  2. Add do_nothing decorator

    mathstrains21 authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bf8e6d2 View commit details
    Browse the repository at this point in the history
  3. Example that actually does something

    mathstrains21 authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8398ddc View commit details
    Browse the repository at this point in the history
  4. First decorator modifying the original function

    mathstrains21 authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    6e45226 View commit details
    Browse the repository at this point in the history
  5. Explain the example

    mathstrains21 authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    59b9a3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a05cd9c View commit details
    Browse the repository at this point in the history
  7. Update about.md

    Saving work. Refactoring this to be more in line with the learning objectives. Just getting ideas down at this point...
    bobahop authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    935fbc8 View commit details
    Browse the repository at this point in the history
  8. Update about.md

    Saving work. More to do...
    bobahop authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    3195b1d View commit details
    Browse the repository at this point in the history
  9. Update about.md

    bobahop authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f1b475e View commit details
    Browse the repository at this point in the history
  10. Update about.md

    Saving work. A bit more to do...
    bobahop authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    fec71c7 View commit details
    Browse the repository at this point in the history
  11. Update about.md

    bobahop authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    3f063cc View commit details
    Browse the repository at this point in the history
  12. Update about.md

    Pretty much there now, I think.
    bobahop authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2617405 View commit details
    Browse the repository at this point in the history
  13. Update about.md

    Fixed some typos
    bobahop authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    20c603e View commit details
    Browse the repository at this point in the history
  14. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    38bc6cc View commit details
    Browse the repository at this point in the history
  15. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f0ed0b8 View commit details
    Browse the repository at this point in the history
  16. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2e5a3ce View commit details
    Browse the repository at this point in the history
  17. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bb1b05a View commit details
    Browse the repository at this point in the history
  18. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b7c51be View commit details
    Browse the repository at this point in the history
  19. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    dc9d705 View commit details
    Browse the repository at this point in the history
  20. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    066b8fd View commit details
    Browse the repository at this point in the history
  21. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9f27365 View commit details
    Browse the repository at this point in the history
  22. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    56d7a6e View commit details
    Browse the repository at this point in the history
  23. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    961d917 View commit details
    Browse the repository at this point in the history
  24. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    97e06a2 View commit details
    Browse the repository at this point in the history
  25. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8a26678 View commit details
    Browse the repository at this point in the history
  26. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    155b722 View commit details
    Browse the repository at this point in the history
  27. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    23ad694 View commit details
    Browse the repository at this point in the history
  28. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    5897d62 View commit details
    Browse the repository at this point in the history
  29. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    4cf2503 View commit details
    Browse the repository at this point in the history
  30. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bea08e9 View commit details
    Browse the repository at this point in the history
  31. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    936193d View commit details
    Browse the repository at this point in the history
  32. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bc3d624 View commit details
    Browse the repository at this point in the history
  33. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    99c8662 View commit details
    Browse the repository at this point in the history
  34. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    6721bd4 View commit details
    Browse the repository at this point in the history
  35. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    89e5971 View commit details
    Browse the repository at this point in the history
  36. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f7d7bd4 View commit details
    Browse the repository at this point in the history
  37. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    844d117 View commit details
    Browse the repository at this point in the history
  38. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7f7cc5b View commit details
    Browse the repository at this point in the history
  39. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    324c224 View commit details
    Browse the repository at this point in the history
  40. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    0634ecc View commit details
    Browse the repository at this point in the history
  41. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    cc93f0a View commit details
    Browse the repository at this point in the history
  42. Update about.md

    bobahop authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    467d18c View commit details
    Browse the repository at this point in the history
  43. Update concepts/decorators/about.md

    Co-authored-by: BethanyG <[email protected]>
    2 people authored and KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    19c4cc6 View commit details
    Browse the repository at this point in the history
  44. White space "corrections"

    KOTP committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    3a59ddd View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Update concepts/decorators/about.md

    Co-authored-by: Victor Goff <[email protected]>
    bobahop and kotp authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    26a5434 View commit details
    Browse the repository at this point in the history
  2. Update concepts/decorators/about.md

    Co-authored-by: Victor Goff <[email protected]>
    bobahop and kotp authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    970ddd5 View commit details
    Browse the repository at this point in the history
  3. Update concepts/decorators/about.md

    Co-authored-by: Victor Goff <[email protected]>
    bobahop and kotp authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1dffa4d View commit details
    Browse the repository at this point in the history
  4. Update concepts/decorators/about.md

    Co-authored-by: Victor Goff <[email protected]>
    bobahop and kotp authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a1066e0 View commit details
    Browse the repository at this point in the history
  5. Update about.md

    bobahop authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    fa7101f View commit details
    Browse the repository at this point in the history