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 60a9593 commit 29b2f17Copy full SHA for 29b2f17
1 file changed
Doc/library/importlib.rst
@@ -697,6 +697,8 @@ find and load modules.
697
698
The *loader_details* argument is a variable number of 2-item tuples each
699
containing a loader and a sequence of file suffixes the loader recognizes.
700
+ The loaders are expected to be callables which accept two arguments of
701
+ the module's name and the path to the file found.
702
703
The finder will cache the directory contents as necessary, making stat calls
704
for each module search to verify the cache is not outdated. Because cache
0 commit comments