-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
map
expansion and starring
#204
Comments
map(lambda x, y: (x, y), 0, 1, repeat=10) should keep producing |
star
after first repeat
?map
expansion and starring
…t to expand an argument add `Expandable` protocol which defines the `_items_for_cartesian_product` property re: #204
…ename wrapped value to `arg` #204
Backed off on this for now, pending deciding if/how to forward |
star
after firstrepeat
?Decided against this.
star=True
expand dice within the first argument?Against:
For:
star
behave the same as sending the unpacked arguments directly.star
switching after first repeat, this effect would require explicittupleize
otherwise.Decision: I'm going to hold off at least for now.
NoExpand
wrapper to prevent expansion?Done.
The text was updated successfully, but these errors were encountered: