If iterating over a repository with iter_frames using begin and end and both parameters are not within the repository limits it raises an AssertionError. I would assume to get something returned which is empty, or a nice hint about being outside of the repository limits.
If iterating over a repository with
iter_frames
usingbegin
andend
and both parameters are not within the repository limits it raises anAssertionError
. I would assume to get something returned which is empty, or a nice hint about being outside of the repository limits.