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