-
-
Notifications
You must be signed in to change notification settings - Fork 13
Support for named argument calls #10
Copy link
Copy link
Open
Labels
blockedA feature that is currently blocked by limitations of the environmentA feature that is currently blocked by limitations of the environmentfeatureNew feature or requestNew feature or request
Description
This is a godot engine issue: All parameters have to be passed in order.
Some of the more complex numpy functions have 8 or so parameters. It would be ridiculous to call them by name, and even for the smaller ones, it may be annoying to keep track of default values.
This one is likely unsolvable without bigger support for godotengine/godot-proposals#902 / godotengine/godot#6866.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blockedA feature that is currently blocked by limitations of the environmentA feature that is currently blocked by limitations of the environmentfeatureNew feature or requestNew feature or request