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

Method DoNew

gui/setEditor.py:69–71  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

67 return sorted(sIS.getImplantSetList(), key=lambda c: c.name)
68
69 def DoNew(self, name):
70 sIS = ImplantSets.getInstance()
71 return sIS.newSet(name)
72
73 def DoRename(self, entity, name):
74 sIS = ImplantSets.getInstance()

Callers 1

__init__Method · 0.45

Calls 2

newSetMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected