Skip to content
Snippets Groups Projects

add winery backend

Closed Loïc Dachary requested to merge generated-differential-D6006-source into master
1 unresolved thread

Related to: #3432

Test Plan

tox


Migrated from D6006 (view on Phabricator)

Merge request reports

Closed by vlorentzvlorentz 2 years ago (Jan 9, 2023 12:25pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 # Copyright (C) 2021 The Software Heritage developers
2 # See the AUTHORS file at the top-level directory of this distribution
3 # License: GNU General Public License version 3, or any later version
4 # See top-level LICENSE file for more information
5
6 import abc
7
8 from swh.objstorage.exc import Error, ObjNotFoundError
9 from swh.objstorage.objstorage import ObjStorage, compute_hash
10
11
12 class WineryObjStorageDriver(object):
13 pass
  • why *args, **kwargs on all methods?

  • ! In !124 (closed), @vlorentz wrote: why *args, **kwargs on all methods?

    Because it's copy/pasted from the abstract methods in objstorage.py

  • Merge request was accepted

  • vlorentz approved this merge request

    approved this merge request

  • Not sure why we still have this around, Winery was merged a while ago

  • closed

  • Please register or sign in to reply
    Loading