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.
2 parents 9d05c8c + 5b49962 commit 5df9f82Copy full SHA for 5df9f82
1 file changed
Lib/importlib/_bootstrap.py
@@ -1352,8 +1352,8 @@ class FileFinder:
1352
1353
def __init__(self, path, *details):
1354
"""Initialize with the path to search on and a variable number of
1355
- 3-tuples containing the loader, file suffixes the loader recognizes,
1356
- and a boolean of whether the loader handles packages."""
+ 2-tuples containing the loader and the file suffixes the loader
+ recognizes."""
1357
loaders = []
1358
for loader, suffixes in details:
1359
loaders.extend((suffix, loader) for suffix in suffixes)
0 commit comments