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

Add more examples (chaining, self-reference, and choices) #85

Merged
merged 3 commits into from
Jan 5, 2021

Conversation

tlambert03
Copy link
Member

Just adding a few more examples to the repo:

chaining shows two different ways to chain the output of one function into the input of another function, and autocall (only what is necessary) upon change. (cc @haesleinhuepf)

self-reference shows that you can update the parameters of the widget itself from within the decorated function (thanks for the inspiration on that one @haesleinhuepf! :))

choices shows all of the valid ways to provide a dropdown. (cc @haesleinhuepf)

@codecov
Copy link

codecov bot commented Jan 5, 2021

Codecov Report

Merging #85 (ad12102) into master (f119363) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #85   +/-   ##
=======================================
  Coverage   87.77%   87.77%           
=======================================
  Files          15       15           
  Lines        1619     1619           
=======================================
  Hits         1421     1421           
  Misses        198      198           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f119363...bb9e18b. Read the comment docs.

@tlambert03 tlambert03 merged commit 4b3a1c3 into pyapp-kit:master Jan 5, 2021
@tlambert03 tlambert03 deleted the more-examples branch January 5, 2021 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant