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

Method getCommandProcessor

service/fit.py:236–239  ·  view source on GitHub ↗
(cls, fitID)

Source from the content-addressed store, hash-verified

234
235 @classmethod
236 def getCommandProcessor(cls, fitID):
237 if fitID not in cls.processors:
238 cls.processors[fitID] = wx.CommandProcessor(maxCommands=100)
239 return cls.processors[fitID]
240
241 @staticmethod
242 def copyFit(fitID):

Callers 2

commandMethod · 0.80
getCommandForFitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected