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

Method fullName

eos/saveddata/targetProfile.py:445–447  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

443
444 @property
445 def fullName(self):
446 categories, tail = self.__parseRawName()
447 return '{}{}'.format(''.join('[{}]'.format(c) for c in categories), tail)
448
449 @property
450 def shortName(self):

Callers

nothing calls this directly

Calls 1

__parseRawNameMethod · 0.95

Tested by

no test coverage detected