That's clever, I'm a fan of that syntax. Quick question on it though - If you 
provide a `default` or `default_factory` to `field`, as well as `init_using`, 
how would that be handled? I'm thinking, `default_factory` would be made 
mutually exclusive, so you couldn't use it but `default` would just replace the 
default value in the `__init__`.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/QN4GWL7JZPW25SUDAEP5JMIGWRTTHG7O/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to