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

Commitcd13aff

Browse files
Kris GambirazziKris Gambirazzi
Kris Gambirazzi
authored and
Kris Gambirazzi
committed
update docblock
1 parentd4e2cd6 commitcd13aff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎gitlab/objects.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -718,14 +718,13 @@ def search(self, query, **kwargs):
718718
returnself.gitlab._raw_list(url,self.obj_cls,**kwargs)
719719

720720
deflist_projects(self,gid,**kwargs):
721-
"""Listallprojects in a group
721+
"""List projects in a group
722722
723723
Attrs:
724724
gid (int): ID of the group
725725
726-
Raises:
727-
GitlabConnectionError: if the server cannot be reached.
728-
GitlabListError: If the server fails to perform the request.
726+
Returns:
727+
list(Group): a list of projects in the group
729728
"""
730729
url='/groups/%d/projects'%gid
731730
returnself.gitlab._raw_list(url,self.obj_cls,**kwargs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp