mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] gh-113238: add Anchor to importlib.resources (GH-113801) (#130499)
(cherry picked from commit c85c0026a6)
Co-authored-by: Mike Zimin <122507876+mikeziminio@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
This commit is contained in:
parent
4230697886
commit
d128edb0ec
2 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ from ._common import (
|
|||
as_file,
|
||||
files,
|
||||
Package,
|
||||
Anchor,
|
||||
)
|
||||
|
||||
from ._legacy import (
|
||||
|
|
@ -22,6 +23,7 @@ from .abc import ResourceReader
|
|||
|
||||
__all__ = [
|
||||
'Package',
|
||||
'Anchor',
|
||||
'Resource',
|
||||
'ResourceReader',
|
||||
'as_file',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue