mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
6 lines
145 B
Python
6 lines
145 B
Python
__author__ = 'ktisha'
|
|
|
|
class Foo(object):
|
|
@staticmethod
|
|
def foo(param): # <-method here should not be highlighted
|
|
return "foo" |