ID EN
Glob

iglob

Python 3.11

Return an iterator which yields the same values as glob() without actually storing them all simultaneously.

Syntax

PYTHON
glob.iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, include_hidden=False)

See Also

iterator glob() auditing event auditing event