Files
openide/python/testData/psi/CommentBeforeMethod.py

9 lines
123 B
Python

class UserProfile:
pass
# trailing comment
#leading comment
#noinspection PyUnusedLocal
def foo(sender):
pass