[Python-ideas] Assign-in-place operator

Terry Reedy tjreedy at udel.edu
Tue Jun 4 11:38:34 EDT 2019


On 6/4/2019 6:47 AM, Jeroen Demeyer wrote:
> I'd like to get rid of all the signal and HDL stuff (whatever that 
> means) in this thread, so I think what the original poster really wants 
> is an "assign in place" operator. Basically, something like += or *= but 
> without the arithmetic.

I believe that what he wanted, at least initially, was not an in place 
mutation, which is nonsensical for ints, but a delayed binding.


-- 
Terry Jan Reedy



More information about the Python-ideas mailing list