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

Method _length

graphs/gui/vector.py:68–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66
67 @property
68 def _length(self):
69 if self._directionOnly:
70 return 1
71 else:
72 return self.__length
73
74 @_length.setter
75 def _length(self, newLength):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected