We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c530f75 + 9c55593 commit ebdfec7Copy full SHA for ebdfec7
1 file changed
gitlab/base.py
@@ -261,6 +261,11 @@ class RESTManager(object):
261
_obj_cls: Optional[Type[RESTObject]] = None
262
_from_parent_attrs: Dict[str, Any] = {}
263
264
+ _computed_path: Optional[str]
265
+ _parent: Optional[RESTObject]
266
+ _parent_attrs: Dict[str, Any]
267
+ gitlab: Gitlab
268
+
269
def __init__(self, gl: Gitlab, parent: Optional[RESTObject] = None) -> None:
270
"""REST manager constructor.
271
0 commit comments