Files
openide/python/testData/inspections/PyMethodMayBeStaticInspection/methodWithAttributes.py
T

5 lines
77 B
Python

class Spam:
def eggs(self, a):
print(a)
eggs.name = "monthy"