Ask a question to get started
Enter to sendā¢Shift+Enter new line
upload_files( self, files: list[tuple[str, bytes]], ) -> list
files
list[tuple[str, bytes]]
Upload files to the session's /mnt/data directory.
/mnt/data
List of (path, content) tuples.
(path, content)