blob: bfc86b0152960d862ab866b00e714549db147652 [file] [log] [blame]
__author__ = 'ktisha'
class Foo(object):
@staticmethod
def foo(param): # <-method here should not be highlighted
return "foo"