(self, minimal)
| 311 | return self.serviceHTMLExportSettings["minimal"] |
| 312 | |
| 313 | def setMinimalEnabled(self, minimal): |
| 314 | self.serviceHTMLExportSettings["minimal"] = minimal |
| 315 | |
| 316 | def getPath(self): |
| 317 | return self.serviceHTMLExportSettings["path"] |
no outgoing calls
no test coverage detected