[Python-Dev] descriptor set_name and dataclasses (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Tue Mar 27 10:20:39 EDT 2018
- Previous message (by thread): [Python-Dev] descriptor __set_name__ and dataclasses
- Next message (by thread): [Python-Dev] Subtle difference between f-strings and str.format()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 27 March 2018 at 01:17, Eric V. Smith <eric at trueblade.com> wrote:
On 3/26/18 11:10 AM, Eric V. Smith wrote:
On 3/26/18 11:08 AM, Nick Coghlan wrote:
On 27 March 2018 at 00:40, Eric V. Smith <eric at trueblade.com> wrote: Would it be feasible to define
Field._setname_
, and have that calldefault._setname_
when the latter exists, and be a no-op otherwise? A clever idea! I'll look in to it. It looks like that does work. Thank, Nick!
Cool!
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message (by thread): [Python-Dev] descriptor __set_name__ and dataclasses
- Next message (by thread): [Python-Dev] Subtle difference between f-strings and str.format()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]