File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,8 @@ ABC hierarchy::
274
274
parent package. If a spec cannot be found, ``None `` is returned.
275
275
When passed in, ``target `` is a module object that the finder may
276
276
use to make a more educated guess about what spec to return.
277
+ :func: `importlib.util.spec_from_loader ` may be useful for implementing
278
+ concrete ``MetaPathFinders ``.
277
279
278
280
.. versionadded :: 3.4
279
281
@@ -323,7 +325,8 @@ ABC hierarchy::
323
325
within the :term: `path entry ` to which it is assigned. If a spec
324
326
cannot be found, ``None `` is returned. When passed in, ``target ``
325
327
is a module object that the finder may use to make a more educated
326
- guess about what spec to return.
328
+ guess about what spec to return. :func: `importlib.util.spec_from_loader `
329
+ may be useful for implementing concrete ``PathEntryFinders ``.
327
330
328
331
.. versionadded :: 3.4
329
332
You can’t perform that action at this time.
0 commit comments