(self, extend="")
| 11 | return "厂长资源" |
| 12 | |
| 13 | def init(self, extend=""): |
| 14 | print("============{0}============".format(extend)) |
| 15 | pass |
| 16 | |
| 17 | def homeContent(self, filter): |
| 18 | result = {} |
nothing calls this directly
no outgoing calls
no test coverage detected