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

Method command

gui/mainFrame.py:238–239  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236
237 @property
238 def command(self) -> wx.CommandProcessor:
239 return Fit.getCommandProcessor(self.getActiveFit())
240
241 def getCommandForFit(self, fitID) -> wx.CommandProcessor:
242 return Fit.getCommandProcessor(fitID)

Callers

nothing calls this directly

Calls 2

getActiveFitMethod · 0.95
getCommandProcessorMethod · 0.80

Tested by

no test coverage detected