mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
bpo-45516: add protocol description to the TraversableResources documentation (#29173)
Signed-off-by: Filipe Laíns <lains@riseup.net>
This commit is contained in:
parent
17c61045c5
commit
8ce20bbdd6
2 changed files with 7 additions and 0 deletions
|
@ -870,6 +870,11 @@ ABC hierarchy::
|
|||
|
||||
.. versionadded:: 3.9
|
||||
|
||||
.. abstractmethod:: files()
|
||||
|
||||
Returns a :class:`importlib.abc.Traversable` object for the loaded
|
||||
package.
|
||||
|
||||
|
||||
:mod:`importlib.resources` -- Resources
|
||||
---------------------------------------
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Add protocol description to the :class:`importlib.abc.TraversableResources`
|
||||
documentation.
|
Loading…
Add table
Add a link
Reference in a new issue