Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.80
ssoLogin
Method · 0.80
DoNew
Method · 0.80
encodeAndSetPassword
Method · 0.80
isPasswordValid
Method · 0.80
Calls
1
save
Method · 0.80
Tested by
no test coverage detected