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

Method rename

service/character.py:339–344  ·  view source on GitHub ↗
(char, newName)

Source from the content-addressed store, hash-verified

337
338 @staticmethod
339 def rename(char, newName):
340 if char.name in ("All 0", "All 5"):
341 pyfalog.info("Cannot rename built in characters.")
342 else:
343 char.name = newName
344 eos.db.commit()
345
346 @staticmethod
347 def copy(char):

Callers 2

DoRenameMethod · 0.80
DoCopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected