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

Method __init__

gui/fitCommands/helpers.py:23–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21class InternalCommandHistory:
22
23 def __init__(self):
24 self.__buffer = wx.CommandProcessor()
25
26 def submit(self, command):
27 return self.__buffer.Submit(command)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected