(self)
| 7 | |
| 8 | class Spider(Spider): # 元类 默认的元类 type |
| 9 | def getName(self): |
| 10 | return "在线之家" |
| 11 | def init(self,extend=""): |
| 12 | print("============{0}============".format(extend)) |
| 13 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected