[Python-Dev] Concerns about method overriding and subclassing with dataclasses (original) (raw)
Eric V. Smith eric at trueblade.com
Fri Jan 5 15:51:11 EST 2018
- Previous message (by thread): [Python-Dev] Concerns about method overriding and subclassing with dataclasses
- Next message (by thread): [Python-Dev] Concerns about method overriding and subclassing with dataclasses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1/5/2018 2:11 PM, Eric V. Smith wrote:
On 1/5/2018 2:09 PM, Guido van Rossum wrote:
I'm normally no big fan of things that take either a class or an instance, but since fields() does this, I think isdataclass() should to. And that's the name I'd choose. OK on the pseudo-fields. Sounds good. I'll open a bpo issue.
https://bugs.python.org/issue32499
I'm slowly reading through the rest of this thread and will respond this weekend.
Eric.
- Previous message (by thread): [Python-Dev] Concerns about method overriding and subclassing with dataclasses
- Next message (by thread): [Python-Dev] Concerns about method overriding and subclassing with dataclasses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]