importlib_resources
importlib_resources copied to clipboard
Expose base paths of `MultiplexedPath`
I have run into the issue where I need to get the base paths of MultiplexedPath. Right now, my only option would be to check if the module I am passing to files is a namespace package, and if so, get the paths off it. It would be nice to expose the _path attribute of MultiplexedPath.