There was an error while loading. Please reload this page.
1 parent 4230697 commit d128edbCopy full SHA for d128edb
2 files changed
Lib/importlib/resources/__init__.py
@@ -4,6 +4,7 @@
4
as_file,
5
files,
6
Package,
7
+ Anchor,
8
)
9
10
from ._legacy import (
@@ -22,6 +23,7 @@
22
23
24
__all__ = [
25
'Package',
26
+ 'Anchor',
27
'Resource',
28
'ResourceReader',
29
'as_file',
Misc/NEWS.d/next/Library/2024-01-07-23-31-44.gh-issue-113238.wFWBfW.rst
@@ -0,0 +1 @@
1
+Add ``Anchor`` to ``importlib.resources`` (in order for the code to comply with the documentation)
0 commit comments