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
PEP-570 adds support for positional-only arguments.
Baron seem to support keyword-only arguments, as shown in test_case_1 below, which is represented by a kwargs_only_marker node.
Following this convention i propose creating a posargs_only_marker node for the test_case_2 example.
PEP-570 adds support for positional-only arguments.
Baron seem to support keyword-only arguments, as shown in
test_case_1
below, which is represented by akwargs_only_marker
node.Following this convention i propose creating a
posargs_only_marker
node for thetest_case_2
example.Testcase:
Expand this to view output
The text was updated successfully, but these errors were encountered: