Skip to content

Commit 75d5d87

Browse files
committed
update docstring of save backend function
1 parent ed8fa37 commit 75d5d87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jupyter_drives/manager.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@ async def save_file(self, drive_name, path, content, options_format, content_for
281281
drive_name: name of drive where file exists
282282
path: path where new content should be saved
283283
content: content of object
284+
options_format: format of content (as sent through contents manager request)
285+
content_format: format of content (as defined by the registered file formats in JupyterLab)
286+
content_type: type of content (as defined by the registered file types in JupyterLab)
284287
"""
285288
data = {}
286289
try:

0 commit comments

Comments
 (0)