I was wondering if there is a decent way to avoid repeating "IGNORED"
when assigning it to multiple values in python, something like *"IGNORED" maybe:
raw_size, size, content_type, last_modified, error = "IGNORED", "IGNORED", "IGNORED", "IGNORED", {}
I got this link but it was not quite the answer I was looking for.