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
Currently, _NamespacePath is prefixed as a private type, but since it's exposed, it should be marked as public API. I have a specific case in mind where I want to do an instance check.
I vaguely remember a discussion somewhere with @warsaw where this was mentioned, but I can't find it.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
I don't think we thought it should be hidden, rather there was just no reason to expose it. What's the need for accessing it? If it's at all compelling, then I'm +1.
For my specific case, I am loading data from a namespace package, or rather, I need to point to the directories containing said data. This could also be solved by importlib.resources in MultiplexedPath, I have opened python/importlib_resources#309 too.
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Proposal:
Currently,
_NamespacePath
is prefixed as a private type, but since it's exposed, it should be marked as public API. I have a specific case in mind where I want to do an instance check.I vaguely remember a discussion somewhere with @warsaw where this was mentioned, but I can't find it.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: