print Derive" />
发布时间:2019-09-15 10:01:33编辑:auto阅读(1776)
今天遇到这个错误:
Traceback (most recent call last):
File "t2.py", line 14, in <module>
print Derived().meth()
File "t2.py", line 10, in meth
super(Derived,self).meth()
TypeError: must be type, not classobj
试验代码如下:
- class Base():
- def meth(self):
- print "i'm base"
- class Derived(Base):
- def meth(self):
- super(Derived,self).meth()
- print "this is derived"
- print Derived().meth()
- class Base(object):
- def meth(self):
- print "i'm base"
上一篇: Windows下Python自动补全
下一篇: python telnet 登录
47613
46001
36917
34482
29091
25733
24575
19720
19258
17762
5577°
6163°
5697°
5752°
6713°
5493°
5497°
5997°
5971°
7302°