Hello python team!
you should consider adding the ability to create multiple constructors on
one class like c# and Java it is really useful.
 *Example*:
i want a constructor takes 1 argument and other constructor takes 2 and
another one takes none in the same class. so when i want to create an
object i got a lot of options.
i know i can do it by given a default value to the attribute but it will be
better with multiple constructors
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to