-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
is_item_class and get_field_meta_from_class class methods (#54)
* ItemAdapter.is_item_class and ItemAdapter.get_field_meta_from_class * f-string formatting * Make is_item_class an abstract method, improve test coverage * simplify get_field_meta methods * Document ItemAdapter.is_item_class * Document ItemAdapter.get_field_meta_from_class * Update README.md Co-authored-by: Adrián Chaves <adrian@chaves.io> * Update README.md Co-authored-by: Adrián Chaves <adrian@chaves.io> * Remove unnecessary stuff * Default implementation for is_item based on is_item_class * Remove commented code in test * use ItemAdapter.is_item instead of is_item Co-authored-by: Adrián Chaves <adrian@chaves.io>
- Loading branch information
Showing
6 changed files
with
179 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.