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

Method __init__

gui/builtinContextMenus/implantSetSave.py:12–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10class ImplantSetSave(ContextMenuUnconditional):
11
12 def __init__(self):
13 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
14
15 def display(self, callingWindow, srcContext):
16 if srcContext not in ('implantItemMisc', 'implantItemMiscChar'):

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected