Commit 12db1c8
authored
Kwargs Fix (#254)
* fix: duplicated **kwarg values
* chore: update versioning
* docs: update changelog
* fix: decorator must handle both async & sync functions
* chore: cleanup decorator usage & remove manual cache setting assignments
* refactor: use dictionary union instead of decorator to update kwargs
* fix: set _defaults as property to allow it to use any updated values after init
* fix: remove _defaults from slots
* fix: move kwargs to correct spot1 parent 5b6772c commit 12db1c8
File tree
5 files changed
+63
-201
lines changed- coc
- docs
- miscellaneous
5 files changed
+63
-201
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments