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

Method clear

brainworkshop.py:3953–3958  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3951 play_music(percent)
3952
3953 def clear(self):
3954 self.history = []
3955 self.sessions_today = 0
3956 self.time_today = 0
3957 self.sessions_thours = 0
3958 self.time_thours = 0
3959
3960def update_all_labels(do_analysis=False):
3961 updateLabel.update()

Callers 8

parse_statsfileMethod · 0.95
on_drawMethod · 0.80
on_drawMethod · 0.80
on_drawMethod · 0.80
on_drawMethod · 0.80
on_key_pressFunction · 0.80
on_drawFunction · 0.80
scale_brainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected