Files
openide/python/testData/stubs/WrappedStaticMethod.py

4 lines
57 B
Python

class A:
def foo(self): pass
foo = staticmethod(foo)