Fix the whole test suite of descriptors.

This commit is contained in:
Dave Halter
2016-11-16 22:57:07 +01:00
parent ba03f1dcb9
commit d15016c5c1
5 changed files with 16 additions and 18 deletions

View File

@@ -140,6 +140,8 @@ class E(object):
def f(x):
return x
f = staticmethod(f)
#?
f.__func
@staticmethod
def g(x):