Skip to content

Commit

Permalink
Merge pull request #228 from aploium/main
Browse files Browse the repository at this point in the history
add missing type hint absolute()
  • Loading branch information
jaraco authored Jul 26, 2024
2 parents 64f54c4 + 5e86abb commit 6491614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/228.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add type hint for .absolute.
1 change: 1 addition & 0 deletions path/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class Path(str):
) -> None: ...
@classmethod
def getcwd(cls: type[Self]) -> Self: ...
def absolute(self: Self) -> Self: ...
def abspath(self: Self) -> Self: ...
def normcase(self: Self) -> Self: ...
def normpath(self: Self) -> Self: ...
Expand Down

0 comments on commit 6491614

Please sign in to comment.