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