-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADD: Repository methods for repo CLI and other features (#5156)
Methods added and modifications: * Added key_format property, necessary to check compatibility when operating between different repositories. * Added has_objects as new abstract and adapted has_object * Added delete_objects as new abstract and adapted delete_object * Added list_objects method * While modifying the inherited classes I removed some of the docstrings since these should be anyways inherited from the parent class and were just adding visual noise and maintenance costs.
- Loading branch information
1 parent
2c5cc6f
commit 2a5d776
Showing
7 changed files
with
197 additions
and
74 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.