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

Method fullName

eos/saveddata/damagePattern.py:347–349  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

345
346 @property
347 def fullName(self):
348 categories, tail = self.__parseRawName()
349 return '{}{}'.format(''.join('[{}]'.format(c) for c in categories), tail)
350
351 @property
352 def shortName(self):

Callers

nothing calls this directly

Calls 1

__parseRawNameMethod · 0.95

Tested by

no test coverage detected