mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-113238: add Anchor to importlib.resources (#113801)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
This commit is contained in:
parent
04fabe22dd
commit
c85c0026a6
2 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ from ._common import (
|
|||
as_file,
|
||||
files,
|
||||
Package,
|
||||
Anchor,
|
||||
)
|
||||
|
||||
from .abc import ResourceReader
|
||||
|
@ -11,6 +12,7 @@ from .abc import ResourceReader
|
|||
|
||||
__all__ = [
|
||||
'Package',
|
||||
'Anchor',
|
||||
'ResourceReader',
|
||||
'as_file',
|
||||
'files',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue