On 27/08/20 10:53 am, Todd wrote:
On Wed, Aug 26, 2020, 18:04 Stefano Borini <[email protected]
<mailto:[email protected]>> wrote:
On Wed, 26 Aug 2020 at 17:50, David Mertz <[email protected]
<mailto:[email protected]>> wrote:
you want this
acquired_data[time, detector]
to be allowed to be written as
acquired_data[time=time, detector=detector]
Again, implicit on your argument here is the assumption that all keyword
indices necessarily map into positional indices.
No, David is saying that it should be *possible* (and not too difficult)
to make that happen. Positional-only arguments can be used by classes
that want to keep positional and keyword args completely separate.
--
Greg
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/RLUZM4XDYLTPUK3A7V25EPDPYKUIRYXA/
Code of Conduct: http://python.org/psf/codeofconduct/