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

Method __repr__

eos/saveddata/module.py:1125–1129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1123 self._mutaApplyMutators(mutatorClass=MutatorModule)
1124
1125 def __repr__(self):
1126 if self.item:
1127 return "Module(ID={}, name={}) at {}".format(self.item.ID, self.item.name, hex(id(self)))
1128 else:
1129 return "EmptyModule() at {}".format(hex(id(self)))
1130
1131
1132class Rack(Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected