Why does PyCharm propose to change method to static?

The new pycharm release (3.1.3 community edition) proposes to convert the methods that don’t work with the current object’s state to static.

enter image description here

What is the practical reason for that? Some kind of micro-performance(-or-memory)-optimization?

10 Answers
10

Leave a Comment