glob.iglob(pathname, recursive=False)
Return an iterator which yields the same values as glob()
without actually storing them all simultaneously.
glob.iglob(pathname, recursive=False)
Return an iterator which yields the same values as glob()
without actually storing them all simultaneously.
Please login to continue.