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

Method name

eos/saveddata/ship.py:74–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72
73 @property
74 def name(self):
75 # NOTE: add name property
76 return self.__item.name
77
78 @property
79 def itemModifiedAttributes(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected