mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Minor clarification about importlib.abc.SourceLoader.get_filename.
This commit is contained in:
parent
3283973949
commit
6dfbff3ff3
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ are also provided to help in implementing the core ABCs.
|
|||
|
||||
* :meth:`ResourceLoader.get_data`
|
||||
* :meth:`ExecutionLoader.get_filename`
|
||||
Implement to only return the path to the source file; sourceless
|
||||
Should only return the path to the source file; sourceless
|
||||
loading is not supported.
|
||||
|
||||
The abstract methods defined by this class are to add optional bytecode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue