We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6ff69 commit 25c9bdeCopy full SHA for 25c9bde
jsonargparse/_deprecated.py
@@ -24,6 +24,7 @@
24
"ActionPathList",
25
"HelpFormatterDeprecations",
26
"LoggerProperty",
27
+ "PathDeprecations",
28
"ParserDeprecations",
29
"ParserError",
30
"compose_dataclasses",
@@ -499,8 +500,8 @@ def skip_check(self, skip_check):
499
500
deprecation_warning("Path attr set", path_immutable_attrs_message)
501
self._skip_check = skip_check
502
503
+ @deprecated(path_call_message)
504
def __call__(self, absolute: bool = True) -> str:
- deprecation_warning("Path.__call__", path_call_message)
505
return self._absolute if absolute else self._relative
506
507
0 commit comments