Hello, I would like to consult related issues encountered when reading the python language reference manual,
Seeing the email address, I wonder if it can be used to consult such questions? Or please recommend a channel for consultation.
"Python Language Reference Manual"-Data Model Chapter-Static Method Object:
"Avoid converting function objects into method objects" refers to avoiding the methods defined in the class (ie: function objects) from being converted into instance methods when the instance object gets properties?
Why is it set up in python to encapsulate user-defined functions in a class to prevent them from being converted into instance methods? In what situations is this encapsulation generally used?