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

Method __init__

gui/builtinContextMenus/itemMutations.py:28–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26class ChangeItemMutation(ContextMenuSingle):
27
28 def __init__(self):
29 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
30 self.eventIDs = {}
31
32 def display(self, callingWindow, srcContext, mainItem):
33

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected