barneygale / pathlib-abc

Python base classes for rich path objects
Other
23 stars 1 forks source link

Add type hints #18

Open barneygale opened 6 months ago

barneygale commented 6 months ago

Per https://github.com/justindujardin/pathy/issues/105#issuecomment-1885429940

barneygale commented 5 months ago

To annotate PathBase.stat() we'll need to address #3