summaryrefslogtreecommitdiff
path: root/python/testData/editing/firstParamClassmethod.after.py
blob: d2f03b1fc3b9a47f3f81e936a8f7a414fff0acee (plain)
1
2
3
class A(object):
  @classmethod
  def foo(cls):