cpython: 1c8a6df94602 (original) (raw)
Mercurial > cpython
changeset 78547:1c8a6df94602
Push importlib ABC hierarchy chart.
Andrew Svetlov andrew.svetlov@gmail.com | |
---|---|
date | Mon, 13 Aug 2012 22:19:01 +0300 |
parents | 0cd9423770fa |
children | edcbf3edf701 |
files | Doc/library/importlib.rst |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-)[+] [-] Doc/library/importlib.rst 15 |
line wrap: on
line diff
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -121,6 +121,21 @@ The :mod:importlib.abc
module contains
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[](#l1.10)
| +-- MetaPathFinder[](#l1.11)
| +-- PathEntryFinder[](#l1.12)
+-- Loader[](#l1.13)
+-- ResourceLoader --------+[](#l1.14)
+-- InspectLoader |[](#l1.15)
+-- ExecutionLoader --+[](#l1.16)
+-- FileLoader[](#l1.17)
+-- SourceLoader[](#l1.18)
+-- PyLoader[](#l1.19)
+-- PyPycLoader[](#l1.20)