MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / stop

Method stop

brainworkshop.py:3567–3569  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3565 pyglet.clock.schedule_interval(saccadic.tick, cfg.SACCADIC_DELAY)
3566
3567 def stop(self):
3568 pyglet.clock.unschedule(saccadic.tick)
3569 mode.saccadic = False
3570
3571 def draw(self):
3572 y = height_center()

Callers 2

tickMethod · 0.95
on_key_pressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected