(self, data, content_type=None)
| 116 | raise SqlmapGenericException(errMsg) |
| 117 | |
| 118 | def singleString(self, data, content_type=None): |
| 119 | self._write(data, content_type=content_type) |
| 120 | |
| 121 | def string(self, header, data, content_type=None, sort=True): |
| 122 | if conf.api: |
no test coverage detected