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

Method __init__

gui/builtinContextMenus/droneAddStack.py:14–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12class DroneAddStack(ContextMenuSingle):
13
14 def __init__(self):
15 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
16
17 def display(self, callingWindow, srcContext, mainItem):
18 if srcContext not in ('marketItemGroup', 'marketItemMisc'):

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected