Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _faster
Method
_faster
galleries/examples/event_handling/pong_sgskip.py:116–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
114
self.vy /= 5.0
115
116
def
_faster(self):
117
self.vx *= 5.0
118
self.vy *= 5.0
119
120
def
_speedlimit(self):
121
if
self.vx > self.vmax:
Callers
1
on_key_press
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected