Return an iterator which yields the same values as glob() without actually storing them all simultaneously.
glob.iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, include_hidden=False)