mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #18864: Add a setter for ModuleSpec.has_location.
This commit is contained in:
parent
85cce1eac7
commit
b282b3d804
5 changed files with 2942 additions and 2920 deletions
|
|
@ -901,7 +901,7 @@ find and load modules.
|
|||
|
||||
.. attribute:: has_location
|
||||
|
||||
(Read-only) Boolean indicating whether or not the module's "origin"
|
||||
Boolean indicating whether or not the module's "origin"
|
||||
attribute refers to a loadable location.
|
||||
|
||||
:mod:`importlib.util` -- Utility code for importers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue