mirror of https://github.com/python/cpython.git
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
|
@ -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…
Reference in New Issue