Skip to content

Commit

Permalink
add more to example
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Jun 13, 2024
1 parent 17c822e commit 389bfdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/big_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ def download_file_from_url(url: str) -> None:

codebox.run("import os")
print(codebox.run("print(os.listdir())"))
print(codebox.run("print([(f, os.path.getsize(f)) for f in os.listdir('.')])"))

file = codebox.download("data-test.arrow")
print(file)

0 comments on commit 389bfdc

Please sign in to comment.