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

Method _tooltip

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

Source from the content-addressed store, hash-verified

59
60 @property
61 def _tooltip(self):
62 if self._directionOnly:
63 return 'Click to set angle\nShift-click or right-click to snap to 15% angle'
64 else:
65 return 'Click to set angle and velocity\nShift-click or right-click to snap to 15% angle/5% speed increments\nMouse wheel to change velocity only'
66
67 @property
68 def _length(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected