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

Method submit

gui/fitCommands/helpers.py:26–27  ·  view source on GitHub ↗
(self, command)

Source from the content-addressed store, hash-verified

24 self.__buffer = wx.CommandProcessor()
25
26 def submit(self, command):
27 return self.__buffer.Submit(command)
28
29 def submitBatch(self, *commands):
30 for command in commands:

Callers 15

DoMethod · 0.80
DoMethod · 0.80
DoMethod · 0.80
DoMethod · 0.80
DoMethod · 0.80
DoMethod · 0.80
DoMethod · 0.80
DoMethod · 0.80
DoMethod · 0.80
DoMethod · 0.80
DoMethod · 0.80
DoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected