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

Commitebdfec7

Browse files
authored
Merge pull request#1353 from JohnVillalovos/jlvillal/mypy_base
chore: add type hints to gitlab/base.py:RESTManager
2 parentsc530f75 +9c55593 commitebdfec7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎gitlab/base.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,11 @@ class RESTManager(object):
261261
_obj_cls:Optional[Type[RESTObject]]=None
262262
_from_parent_attrs:Dict[str,Any]= {}
263263

264+
_computed_path:Optional[str]
265+
_parent:Optional[RESTObject]
266+
_parent_attrs:Dict[str,Any]
267+
gitlab:Gitlab
268+
264269
def__init__(self,gl:Gitlab,parent:Optional[RESTObject]=None)->None:
265270
"""REST manager constructor.
266271

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp