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

Method SetDescriptiveText

gui/builtinMarketBrowser/pfSearchBox.py:291–292  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

289 self.isCancelButtonVisible = show
290
291 def SetDescriptiveText(self, text):
292 self.descriptiveText = text
293
294 def GetDescriptiveText(self):
295 return self.descriptiveText

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected