Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P967
(An Untitled Masterwork)
Active
Public
Actions
Authored by
vlorentz
on Mar 4 2021, 11:40 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
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")
Event Timeline
vlorentz
created this paste.
Mar 4 2021, 11:40 AM
2021-03-04 11:40:14 (UTC+1)
Log In to Comment