(self)
| 10 | |
| 11 | class Spider(Spider): # 元类 默认的元类 type |
| 12 | def getName(self): |
| 13 | return "阿里云盘" |
| 14 | def init(self,extend=""): |
| 15 | print("============{0}============".format(extend)) |
| 16 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected