Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit847da60

Browse files
committed
chore: rename ExportMixin to DownloadMixin
1 parent8c3d744 commit847da60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎gitlab/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def approve(self, access_level=gitlab.DEVELOPER_ACCESS, **kwargs):
443443
self._update_attrs(server_data)
444444

445445

446-
classExportMixin(object):
446+
classDownloadMixin(object):
447447
@cli.register_custom_action(("GroupExport","ProjectExport"))
448448
@exc.on_http_error(exc.GitlabGetError)
449449
defdownload(self,streamed=False,action=None,chunk_size=1024,**kwargs):

‎gitlab/v4/objects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ class GroupEpicManager(CRUDMixin, RESTManager):
991991
_types= {"labels":types.ListAttribute}
992992

993993

994-
classGroupExport(ExportMixin,RESTObject):
994+
classGroupExport(DownloadMixin,RESTObject):
995995
_id_attr=None
996996

997997

@@ -4147,7 +4147,7 @@ class ProjectWikiManager(CRUDMixin, RESTManager):
41474147
_list_filters= ("with_content",)
41484148

41494149

4150-
classProjectExport(ExportMixin,RefreshMixin,RESTObject):
4150+
classProjectExport(DownloadMixin,RefreshMixin,RESTObject):
41514151
_id_attr=None
41524152

41534153

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp