(self)
| 314 | self.serviceHTMLExportSettings["minimal"] = minimal |
| 315 | |
| 316 | def getPath(self): |
| 317 | return self.serviceHTMLExportSettings["path"] |
| 318 | |
| 319 | def setPath(self, path): |
| 320 | self.serviceHTMLExportSettings["path"] = path |
no outgoing calls
no test coverage detected