Back to Intellij Community

Description

python/python-psi-impl/resources/intentionDescriptions/PyConvertStaticMethodToFunctionIntention/description.html

2025.3-rc-2136 B
Original Source

Converts a static method to a function. It worths converting to a function if a method doesn't need access to the class or its instance.