You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this comment, I've encountered my first use-case where the relationship between zipp.Path and its underlying filename are relevant. Ideally, this relationship would be well-defined and have nice, consistent properties, such as when invoking .name on the root of a zipp.Path.
On the other hand, it's not obvious to me what the value of Path(zf, '').name should be when zf is a zipfile in memory (or otherwise .root.filename is None).
The text was updated successfully, but these errors were encountered:
In this comment, I've encountered my first use-case where the relationship between zipp.Path and its underlying filename are relevant. Ideally, this relationship would be well-defined and have nice, consistent properties, such as when invoking
.name
on the root of azipp.Path
.On the other hand, it's not obvious to me what the value of
Path(zf, '').name
should be whenzf
is a zipfile in memory (or otherwise.root.filename
isNone
).The text was updated successfully, but these errors were encountered: