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

Method DoCopy

gui/characterEditor.py:123–127  ·  view source on GitHub ↗
(self, entity, name)

Source from the content-addressed store, hash-verified

121 sChar.rename(entity, name)
122
123 def DoCopy(self, entity, name):
124 sChar = Character.getInstance()
125 copy = sChar.copy(entity)
126 sChar.rename(copy, name)
127 return copy
128
129 def DoDelete(self, entity):
130 sChar = Character.getInstance()

Callers

nothing calls this directly

Calls 3

copyMethod · 0.80
renameMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected