mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
check staticmethod/classmethod wrappers without loading AST
This commit is contained in:
3
python/testData/stubs/WrappedStaticMethod.py
Normal file
3
python/testData/stubs/WrappedStaticMethod.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class A:
|
||||
def foo(self): pass
|
||||
foo = staticmethod(foo)
|
||||
Reference in New Issue
Block a user