Files
openide/python/testData/inspections/AddSelf_after.py
2008-12-01 14:44:16 +03:00

4 lines
48 B
Python

class A:
def foo(self): # Add 'self'
pass