mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00
importlib docs: Update importlib.abc hierarchy (#31113)
Fixed some inconsistencies in the text about relationships
This commit is contained in:
parent
9c204b148f
commit
5f45a9d3c3
1 changed files with 3 additions and 4 deletions
|
@ -248,8 +248,8 @@ ABC hierarchy::
|
||||||
|
|
||||||
object
|
object
|
||||||
+-- Finder (deprecated)
|
+-- Finder (deprecated)
|
||||||
| +-- MetaPathFinder
|
+-- MetaPathFinder
|
||||||
| +-- PathEntryFinder
|
+-- PathEntryFinder
|
||||||
+-- Loader
|
+-- Loader
|
||||||
+-- ResourceLoader --------+
|
+-- ResourceLoader --------+
|
||||||
+-- InspectLoader |
|
+-- InspectLoader |
|
||||||
|
@ -282,8 +282,7 @@ ABC hierarchy::
|
||||||
|
|
||||||
.. class:: MetaPathFinder
|
.. class:: MetaPathFinder
|
||||||
|
|
||||||
An abstract base class representing a :term:`meta path finder`. For
|
An abstract base class representing a :term:`meta path finder`.
|
||||||
compatibility, this is a subclass of :class:`Finder`.
|
|
||||||
|
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue