diff options
Diffstat (limited to 'Lib/importlib/NOTES')
| -rw-r--r-- | Lib/importlib/NOTES | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 92e2841..1bbcb96 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -5,19 +5,22 @@ to do subclass of source support (makes it nicer for VMs that don't use CPython bytecode). - + ExtensionFileFinder - + PyFileFinder - + PyPycFileFinder - + PyFileLoader + + PyLoader (for ABC) - get_code for source only + + + PyFileLoader(PyLoader) + - get_data - source_mtime - source_path - + PyPycFileLoader(PyFileLoader) + +PyPycLoader (PyLoader, for ABC) + + - get_code for source and bytecode + + + PyPycFileLoader(PyPycLoader, PyFileLoader) - - get_code - bytecode_path - write_bytecode |
