Add official support to pathlib.Path objects to param.Path
Open
type-feature
- Dominant language
- Python
- Stars
- 521
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 35
Description
`param.Path` can actually accept `pathlib.Path` objects (this is used in Panel currently) except that there's no real "official" support for it, i.e. no docs and no tests. So that's the minimum we should do I think.
One step further would be for the Parameter value not to be converted as a string but be kept as a `pathlib.Path` object.
Contributor guide
Assessment
This issue has not been assessed yet.