issues
search
allenai
/
cached_path
A file utility for accessing both local and remote files through a unified interface.
https://cached-path.readthedocs.io/
Apache License 2.0
36
stars
12
forks
source link
change return type to "Path", add doctests
#70
Closed
epwalsh
closed
2 years ago
epwalsh
commented
2 years ago
Changes proposed in this pull request:
Changes the return type of
cached_path()
to
Path
instead of
str
.
Tests examples in docs in CI.
Adds a FAQ section to docs with a question and answer about async.
Changes proposed in this pull request:
cached_path()
toPath
instead ofstr
.