mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
Fix the whole test suite of descriptors.
This commit is contained in:
@@ -140,6 +140,8 @@ class E(object):
|
||||
def f(x):
|
||||
return x
|
||||
f = staticmethod(f)
|
||||
#?
|
||||
f.__func
|
||||
|
||||
@staticmethod
|
||||
def g(x):
|
||||
|
||||
Reference in New Issue
Block a user