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

Method AcceptsFocusFromKeyboard

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

Source from the content-addressed store, hash-verified

79 return wx.Size(round(self._size), round(self._size))
80
81 def AcceptsFocusFromKeyboard(self):
82 return False
83
84 def GetValue(self):
85 return self._angle, self._length

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected