Oh certainly that's the approach I was intending, basically wanted to make an enum that shares the methods that the original class can do, but this is quite helpful, I've been testing this approach and seems to work very well despite only working with *args, thanks a lot for the reply and everyone's feedback as now I have a full understanding on how this works.
Have a great day. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/NB3HGBWY5KDBDZ4S2Z3WO4BHZOLZQHOP/ Code of Conduct: http://python.org/psf/codeofconduct/
