(self,extend="")
| 12 | def getName(self): |
| 13 | return "阿里云盘" |
| 14 | def init(self,extend=""): |
| 15 | print("============{0}============".format(extend)) |
| 16 | pass |
| 17 | def homeContent(self,filter): |
| 18 | result = {} |
| 19 | return result |
nothing calls this directly
no outgoing calls
no test coverage detected