-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
[SPRINT] Functions with *args can now have explicit keyword args #17345
Copy link
Copy link
Closed
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolveSprintgood first issueEasy with clear instructions to resolveEasy with clear instructions to resolvehelp wanted
Description
Please do not address this issue unless you're part of the sprint (June 6th 2020).
Functions like resample have a signature like def resample(*arrays, **options) because of a limitation of python 2, where named keyword arguments could not be used with variable number of positional argument. We now should be using explicit keyword arguments where possible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolveSprintgood first issueEasy with clear instructions to resolveEasy with clear instructions to resolvehelp wanted