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

Keyword only args work, incl defaults #191

Merged
merged 3 commits into from
Oct 19, 2024
Merged

Keyword only args work, incl defaults #191

merged 3 commits into from
Oct 19, 2024

Conversation

bobthemighty
Copy link
Owner

Fixes #34

We now take kwonlydefaults into account when building instances.

Copy link

codecov bot commented Oct 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.0%. Comparing base (f592014) to head (ae2084e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #191   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files           2        2           
  Lines         170      173    +3     
  Branches       17       18    +1     
=======================================
+ Hits          170      173    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bobthemighty bobthemighty merged commit 10250bd into main Oct 19, 2024
10 checks passed
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.

support kwonlyargs
1 participant