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

Method DoNew

gui/targetProfileEditor.py:95–97  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

93 return choices
94
95 def DoNew(self, name):
96 sTR = TargetProfile.getInstance()
97 return sTR.newPattern(name)
98
99 def DoRename(self, entity, name):
100 sTR = TargetProfile.getInstance()

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.45
newPatternMethod · 0.45

Tested by

no test coverage detected