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::
274274 parent package. If a spec cannot be found, ``None `` is returned.
275275 When passed in, ``target `` is a module object that the finder may
276276 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 ``.
277279
278280 .. versionadded :: 3.4
279281
@@ -323,7 +325,8 @@ ABC hierarchy::
323325 within the :term: `path entry ` to which it is assigned. If a spec
324326 cannot be found, ``None `` is returned. When passed in, ``target ``
325327 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 ``.
327330
328331 .. versionadded :: 3.4
329332
You can’t perform that action at this time.
0 commit comments