(self,extend="")
| 9 | def getName(self): |
| 10 | return "在线之家" |
| 11 | def init(self,extend=""): |
| 12 | print("============{0}============".format(extend)) |
| 13 | pass |
| 14 | def homeContent(self,filter): |
| 15 | result = {} |
| 16 | cateManual = { |
nothing calls this directly
no outgoing calls
no test coverage detected