Is there a pythonic way in the standard library for parsing raw binary files using for ... in ... syntax (i.e., __iter__
for ... in ...
__iter__