Page MenuHomeSoftware Heritage
Paste P967

(An Untitled Masterwork)
ActivePublic

Authored by vlorentz on Mar 4 2021, 11:40 AM.
print("content_raw middle")
for chunk in r.iter_content(chunk_size=None, decode_unicode=False):
print("content_raw chunk", repr(chunk))
yield chunk
print("content_raw done yielding")
print("content_raw end")