Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
checkLockRange
Function · 0.45
checkDroneControlRange
Function · 0.45
__init__
Method · 0.45
yDefs
Method · 0.45
tgtExtraCols
Method · 0.45
_buildResistProfile
Function · 0.45
yDefs
Method · 0.45
tgtExtraCols
Method · 0.45
applyDamage
Function · 0.45
_getCommonData
Method · 0.45
_prepareApplicationMap
Method · 0.45
_getCommonData
Method · 0.45
Calls
1
MainFrame
Class · 0.85
Tested by
no test coverage detected