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

Method DoNew

gui/patternEditor.py:74–76  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

72 return choices
73
74 def DoNew(self, name):
75 sDP = DamagePattern.getInstance()
76 return sDP.newPattern(name)
77
78 def DoRename(self, entity, name):
79 sDP = DamagePattern.getInstance()

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.45
newPatternMethod · 0.45

Tested by

no test coverage detected