Skip to content

Commit

Permalink
Fix Path properties not shown in API Reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Aug 18, 2023
1 parent 47331da commit 2677d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsonargparse/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,10 +598,12 @@ def __init__(

@property
def relative(self) -> str:
"""Returns the relative representation of the path (how the path was given on instance creation)."""
return self._relative

@property
def absolute(self) -> str:
"""Returns the absolute representation of the path."""
return self._absolute

@property
Expand Down

0 comments on commit 2677d6e

Please sign in to comment.