Re: [Python-Dev] Concerns about method overriding and subclassing with dataclasses

2018年1月03日 09:34:38 -0800

I like the Guido's proposal, i.e.
 if '__repr__' not in cls.__dict__:
 ... # generate the method
etc. I didn't find an issue to track this. Maybe we should open one?
--
Ivan
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to