Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getMinimalEnabled
Method
getMinimalEnabled
service/settings.py:310–311 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
308
)
309
310
def
getMinimalEnabled(self):
311
return
self.serviceHTMLExportSettings[
"minimal"
]
312
313
def
setMinimalEnabled(self, minimal):
314
self.serviceHTMLExportSettings[
"minimal"
] = minimal
Callers
2
run
Method · 0.80
populatePanel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected