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

Method __init__

brainworkshop.py:3547–3551  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3545
3546class Saccadic:
3547 def __init__(self):
3548 self.position = 'left'
3549 self.counter = 0
3550 self.radius = scale_to_height(10)
3551 self.color = (0, 0, 255, 255)
3552
3553 def tick(self, dt):
3554 self.counter += 1

Callers

nothing calls this directly

Calls 1

scale_to_heightFunction · 0.85

Tested by

no test coverage detected