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

Method ComplicateValue

eos/gamedata.py:728–735  ·  view source on GitHub ↗

Takes the display value and turns it back into the internal representation of it

(self, value)

Source from the content-addressed store, hash-verified

726 return value
727
728 def ComplicateValue(self, value):
729 """Takes the display value and turns it back into the internal representation of it"""
730
731 override = self.translations.get(self.name)
732 if override is not None:
733 return override[3](value)
734
735 return value
736
737
738class Traits(EqBase):

Callers 1

_complicateValueMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected