Commit bc6c2b5c authored by Brett Cannon's avatar Brett Cannon

Explain a little about the explanation.

parent 9f4cb1c8
......@@ -388,6 +388,11 @@ an :term:`importer`.
Example
-------
Below is an example meta path importer that uses a dict for back-end storage
for source code. While not an optimal solution -- manipulations of
:attr:`__path__` on packages does not influence import -- it does illustrate
what little is required to implement an importer.
.. testcode::
"""An importer where source is stored in a dict."""
......
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