traitlets
traitlets copied to clipboard
Consider a `Path` trait; many Unicode use could be Path I think.
Makes perfect sense
Would it map onto pathlib?
yes, those would be pathlib.Paths
Hello @Carreau I could fix this. In the way I did it at https://github.com/ipython/ipython/pull/12650
in case it's useful as a good (or bad) example, we defined a custom Path trait here: https://github.com/cta-observatory/ctapipe/blob/2e3a5744a1fe87f21f89571f7a05754183dc85b1/ctapipe/core/traits.py#L82