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

Method fullName

eos/gamedata.py:745–748  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

743
744 @property
745 def fullName(self):
746 if not self.gradeName:
747 return self.setName
748 return '{} {}'.format(self.gradeName, self.setName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected