mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)
* bpo-43643: Sync with python/importlib_resources@c17a610aad. * Sync with python/importlib_resources@89fd5e961a.
This commit is contained in:
parent
b51081c1a8
commit
875b3d84b3
4 changed files with 10 additions and 1 deletions
|
@ -96,6 +96,7 @@ class MultiplexedPath(abc.Traversable):
|
|||
def open(self, *args, **kwargs):
|
||||
raise FileNotFoundError('{} is not a file'.format(self))
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
return self._paths[0].name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue