[Python-ideas] Unpacking a dict

Matthias welp boekewurm at gmail.com
Mon May 30 11:39:38 EDT 2016


On 30 May 2016 at 17:07, Nikolaus Rath <Nikolaus at rath.org> wrote:
> extract attribute foo import d

Does this mean that attributes, values and properties from objects will be
extractable too? If so, with this syntax, will the getter/setter properties
still work as if it was in that object, or will the imported value contain
the property.getter() value returned?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20160530/3753f6f5/attachment.html>


More information about the Python-ideas mailing list