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

Method new

service/character.py:333–336  ·  view source on GitHub ↗
(name="New Character")

Source from the content-addressed store, hash-verified

331
332 @staticmethod
333 def new(name="New Character"):
334 char = es_Character(name)
335 eos.db.save(char)
336 return char
337
338 @staticmethod
339 def rename(char, newName):

Callers 5

runMethod · 0.80
ssoLoginMethod · 0.80
DoNewMethod · 0.80
encodeAndSetPasswordMethod · 0.80
isPasswordValidMethod · 0.80

Calls 1

saveMethod · 0.80

Tested by

no test coverage detected