On Fri, Sep 11, 2020, at 19:57, Cameron Simpson wrote: > The default (an instance method) requires "self" to perform.
Of course, this is only the default if the method is a function object. If it is a different callable class, the default is effectively staticmethod. Perhaps there should be an @instancemethod? _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/5ZMYQ33BPI2VNWADQIBSGD4NVLXI4SQF/ Code of Conduct: http://python.org/psf/codeofconduct/
