importlib_resources icon indicating copy to clipboard operation
importlib_resources copied to clipboard

Expose base paths of `MultiplexedPath`

Open FFY00 opened this issue 1 year ago • 1 comments

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.

FFY00 avatar May 28 '24 15:05 FFY00