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

Method DoGetBestSize

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

Source from the content-addressed store, hash-verified

76 self.__length = newLength
77
78 def DoGetBestSize(self):
79 return wx.Size(round(self._size), round(self._size))
80
81 def AcceptsFocusFromKeyboard(self):
82 return False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected