Loading gitlab/v4/objects/files.py +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ class ProjectFile(SaveMixin, ObjectDeleteMixin, RESTObject): commit_message: str file_path: str manager: "ProjectFileManager" content: str # since the `decode()` method uses `self.content` def decode(self) -> bytes: """Returns the decoded content of the file. Loading Loading
gitlab/v4/objects/files.py +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ class ProjectFile(SaveMixin, ObjectDeleteMixin, RESTObject): commit_message: str file_path: str manager: "ProjectFileManager" content: str # since the `decode()` method uses `self.content` def decode(self) -> bytes: """Returns the decoded content of the file. Loading