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

Method __init__

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

Source from the content-addressed store, hash-verified

13class GraphIgnoreLockRangeMenu(ContextMenuUnconditional):
14
15 def __init__(self):
16 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
17 self.settings = GraphSettings.getInstance()
18
19 def display(self, callingWindow, srcContext):
20 return srcContext in ('dmgStatsGraph', 'remoteRepsGraph', 'ewarStatsGraph')

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected