is possible to get order of keyword parameters ?

Duncan Booth duncan.booth at invalid.invalid
Fri Jan 25 15:01:31 EST 2008


rndblnch <rndblnch at gmail.com> wrote:

> the following example should also
> work:
> size = Point(width=23, height=45)
> w, h = size
> 

So you want the unpacking to depend on how the Point was initialised! 
Aaargh!



More information about the Python-list mailing list