Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _slower
Method
_slower
galleries/examples/event_handling/pong_sgskip.py:112–114 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
110
return
False
111
112
def
_slower(self):
113
self.vx /= 5.0
114
self.vy /= 5.0
115
116
def
_faster(self):
117
self.vx *= 5.0
Callers
2
_reset
Method · 0.95
on_key_press
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected