Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ enterNewEntity
Method
enterNewEntity
gui/builtinViews/entityEditor.py:186–192 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
184
return
self.enterNewEntity()
185
186
def
enterNewEntity(self):
187
self.Parent.Hide()
188
if
self.OnNew(None) is False:
189
return
False
190
self.Parent.Show()
191
192
return
True
193
194
Callers
1
checkEntitiesExist
Method · 0.95
Calls
3
OnNew
Method · 0.95
Hide
Method · 0.80
Show
Method · 0.45
Tested by
no test coverage detected