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

Method DoNew

gui/builtinViews/entityEditor.py:83–85  ·  view source on GitHub ↗

Override method to do new entity logic. Must return the new entity

(self, name)

Source from the content-addressed store, hash-verified

81 raise NotImplementedError()
82
83 def DoNew(self, name):
84 """Override method to do new entity logic. Must return the new entity"""
85 raise NotImplementedError()
86
87 def DoCopy(self, entity, name):
88 """Override method to copy entity. Must return the copy"""

Callers 1

OnNewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected