Commit a8656546 authored by Andrew Svetlov's avatar Andrew Svetlov

Push importlib ABC hierarchy chart.

parent 4805fa86
......@@ -121,6 +121,21 @@ The :mod:`importlib.abc` module contains all of the core abstract base classes
used by :keyword:`import`. Some subclasses of the core abstract base classes
are also provided to help in implementing the core ABCs.
ABC hierarchy::
object
+-- Finder
| +-- MetaPathFinder
| +-- PathEntryFinder
+-- Loader
+-- ResourceLoader --------+
+-- InspectLoader |
+-- ExecutionLoader --+
+-- FileLoader
+-- SourceLoader
+-- PyLoader
+-- PyPycLoader
.. class:: Finder
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment