On 2016-08-13 00:48, David Mertz wrote:
On Fri, Aug 12, 2016 at 4:25 PM, Victor Stinner
<victor.stin...@gmail.com <mailto:victor.stin...@gmail.com>> wrote:

[snip]

Also, what is the calling syntax? Are the arguments strictly positional,
or do they have keywords? What are those default values if the arguments
are not specified for either or both of min_val/max_val?  E.g., is this OK:

    clamp(5, min_val=0)

I would've thought that the obvious default would be None, meaning "missing".

_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to