Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork93
Description
I see this class is documentedhttps://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata._meta.SimplePath but the fact it is under the._meta package, which looks private at a glance, makes me wonder: is is supported for me to access this, is its API as stable as any other part of the package? Additionally (if the answer is yes): could this class just be re-exported byimportlib_metadata to avoid this need for access to._meta?
My use case is: I have a class that sub-classesDistribution and need to annotate the return value forlocate_file which should be one of theseSimplePaths, and asking here because this appears to be the origin of the class, with it being added upstream from here:python/cpython@667294d