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

Commit74ec951

Browse files
author
Gauvain Pocentek
committed
add a pagination example
1 parent0149020 commit74ec951

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎gitlab.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,3 +603,7 @@ def Tag(self, id=None, **kwargs):
603603
# and close them all
604604
issue.closed=1
605605
issue.save()
606+
607+
# get the first 10 groups (pagination)
608+
forgingl.Group(page=1,per_page=10):
609+
printg

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp