Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ checkEntitiesExist
Method
checkEntitiesExist
gui/builtinViews/entityEditor.py:180–184 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
178
return
True
179
180
def
checkEntitiesExist(self):
181
if
len(self.choices) > 0:
182
return
True
183
else
:
184
return
self.enterNewEntity()
185
186
def
enterNewEntity(self):
187
self.Parent.Hide()
Callers
6
__init__
Method · 0.80
patternChanged
Method · 0.80
__init__
Method · 0.80
entityChanged
Method · 0.80
__init__
Method · 0.80
patternChanged
Method · 0.80
Calls
1
enterNewEntity
Method · 0.95
Tested by
no test coverage detected