Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Do
Method · 0.80
Do
Method · 0.80
Do
Method · 0.80
Do
Method · 0.80
Do
Method · 0.80
Do
Method · 0.80
Do
Method · 0.80
Do
Method · 0.80
Do
Method · 0.80
Do
Method · 0.80
Do
Method · 0.80
Do
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected