(self,array)
| 24 | result = {} |
| 25 | return result |
| 26 | def detailContent(self,array): |
| 27 | result = {} |
| 28 | return result |
| 29 | def searchContent(self,key,quick): |
| 30 | result = {} |
| 31 | return result |
nothing calls this directly
no outgoing calls
no test coverage detected