(self, str)
| 106 | return result |
| 107 | |
| 108 | def cleanSpace(self, str): |
| 109 | return str.replace('\n', '').replace('\t', '').replace('\r', '').replace(' ', '') |
| 110 | |
| 111 | def detailContent(self, array): |
| 112 | aid = array[0] |
nothing calls this directly
no outgoing calls
no test coverage detected