MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / getInstance

Method getInstance

gui/mainFrame.py:138–139  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

136
137 @classmethod
138 def getInstance(cls):
139 return cls.__instance if cls.__instance is not None else MainFrame()
140
141 def __init__(self, title="pyfa"):
142 pyfalog.debug("Initialize MainFrame")

Callers 15

checkLockRangeFunction · 0.45
checkDroneControlRangeFunction · 0.45
__init__Method · 0.45
yDefsMethod · 0.45
tgtExtraColsMethod · 0.45
_buildResistProfileFunction · 0.45
yDefsMethod · 0.45
tgtExtraColsMethod · 0.45
applyDamageFunction · 0.45
_getCommonDataMethod · 0.45
_getCommonDataMethod · 0.45

Calls 1

MainFrameClass · 0.85

Tested by

no test coverage detected