MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / DoCopy

Method DoCopy

gui/setEditor.py:77–81  ·  view source on GitHub ↗
(self, entity, name)

Source from the content-addressed store, hash-verified

75 sIS.renameSet(entity, name)
76
77 def DoCopy(self, entity, name):
78 sIS = ImplantSets.getInstance()
79 copy = sIS.copySet(entity)
80 sIS.renameSet(copy, name)
81 return copy
82
83 def DoDelete(self, entity):
84 sIS = ImplantSets.getInstance()

Callers

nothing calls this directly

Calls 3

copySetMethod · 0.80
renameSetMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected