MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / SetDirectionOnly

Method SetDirectionOnly

graphs/gui/vector.py:260–264  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

258 self.GetEventHandler().ProcessEvent(changeEvent)
259
260 def SetDirectionOnly(self, val):
261 if self._directionOnly is val:
262 return
263 self._directionOnly = val
264 self.GetToolTip().SetTip(self._tooltip)
265
266 @property
267 def IsDirectionOnly(self):

Callers 1

__handleVectorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected