Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ OnDrawTimer
Method
OnDrawTimer
graphs/gui/frame.py:218–220 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
216
event.Skip()
217
218
def
OnDrawTimer(self, event):
219
event.Skip()
220
self.draw()
221
222
def
OnClose(self, event):
223
self.mainFrame.Unbind(GE.FIT_RENAMED, handler=self.OnFitRenamed)
Callers
nothing calls this directly
Calls
1
draw
Method · 0.95
Tested by
no test coverage detected