mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
update to reality
This commit is contained in:
parent
b4b929ec86
commit
0089d75c56
1 changed files with 2 additions and 2 deletions
|
@ -252,8 +252,8 @@ are also provided to help in implementing the core ABCs.
|
|||
A concrete implementation of
|
||||
:meth:`importlib.abc.InspectLoader.get_code` that creates code objects
|
||||
from Python source code, by requesting the source code (using
|
||||
:meth:`source_path` and :meth:`get_data`), converting it to standard
|
||||
newlines, and compiling it with the built-in :func:`compile` function.
|
||||
:meth:`source_path` and :meth:`get_data`) and compiling it with the
|
||||
built-in :func:`compile` function.
|
||||
|
||||
.. method:: get_source(fullname)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue