You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@noamsgl thank you for pointing this out. From what I see that parameter was added in commit 30a8235. The linked_targets parameter is only necessary for the internal logic of linked arguments. What it does is that when a parameter is required (no default), but it is the target of a link, then that parameter is added as not required and without a default.
I don't see this parameter being useful for anything else apart from this internal usage. I will hide it from the public API.
What is the meaning of this argument? How and when would you use, for example? Thanks!
https://github.com/omni-us/jsonargparse/blob/c4514d49e31b0a5a494273cc647e48f848fe15b4/jsonargparse/_signatures.py#L51C13-
L51C13
The text was updated successfully, but these errors were encountered: