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

Method optionName

gui/builtinContextMenus/priceOptions.py:21–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 @property
20 @abstractmethod
21 def optionName(self):
22 raise NotImplementedError()
23
24 def display(self, callingWindow, srcContext):
25 return srcContext in ("priceViewFull", "priceViewMinimal")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected