MCPcopy 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
patternChangedMethod · 0.80
__init__Method · 0.80
entityChangedMethod · 0.80
__init__Method · 0.80
patternChangedMethod · 0.80

Calls 1

enterNewEntityMethod · 0.95

Tested by

no test coverage detected