MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / setMinimalEnabled

Method setMinimalEnabled

service/settings.py:313–314  ·  view source on GitHub ↗
(self, minimal)

Source from the content-addressed store, hash-verified

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"]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected