MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / getPath

Method getPath

service/settings.py:316–317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 5

exportHtmlMethod · 0.80
runMethod · 0.80
populatePanelMethod · 0.80
setPathLinkCtrlValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected