Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d883fb commit 1d34699Copy full SHA for 1d34699
1 file changed
Lib/glob.py
@@ -33,6 +33,7 @@ def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False):
33
If recursive is true, the pattern '**' will match any files and
34
zero or more directories and subdirectories.
35
"""
36
+ sys.audit("glob.glob", pathname, recursive)
37
if root_dir is not None:
38
root_dir = os.fspath(root_dir)
39
else:
0 commit comments