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

Method name

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

Source from the content-addressed store, hash-verified

40
41 @property
42 def name(self):
43 if self.isFit:
44 return '{} ({})'.format(self.item.name, self.item.ship.item.name)
45 elif self.isProfile:
46 return self.item.fullName
47 return ''
48
49 @property
50 def shortName(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected