MCPcopy 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

_resetMethod · 0.95
on_key_pressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected