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

Method __repr__

eos/saveddata/character.py:458–461  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

456 return copy
457
458 def __repr__(self):
459 return "Skill(ID={}, name={}) at {}".format(
460 self.item.ID, self.item.name, hex(id(self))
461 )
462
463
464class ReadOnlyException(Exception):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected