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

Method DoNew

gui/characterEditor.py:110–112  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

108 return charList
109
110 def DoNew(self, name):
111 sChar = Character.getInstance()
112 return sChar.new(name)
113
114 def DoRename(self, entity, name):
115 sChar = Character.getInstance()

Callers

nothing calls this directly

Calls 2

newMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected