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

Method shortName

graphs/wrapper.py:50–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48
49 @property
50 def shortName(self):
51 if self.isFit:
52 return '{} ({})'.format(self.item.name, self.item.ship.item.getShortName())
53 elif self.isProfile:
54 return self.item.shortName
55 return ''
56
57 def getMaxVelocity(self, extraMultipliers=None, ignoreAfflictors=()):
58 if self.isFit:

Callers

nothing calls this directly

Calls 1

getShortNameMethod · 0.80

Tested by

no test coverage detected