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

Method next_style

brainworkshop.py:1446–1449  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1444 self.style = 0
1445
1446 def next_style(self):
1447 self.style = (self.style + 1) % len(self.styles)
1448 print("style = %s" % self.styles[self.style]) # fixme: change the labels
1449 self.parse_stats()
1450
1451 def reset_dictionaries(self):
1452 self.dictionaries = dict([(i, {}) for i in mode.modalities])

Callers 1

on_key_pressFunction · 0.80

Calls 1

parse_statsMethod · 0.95

Tested by

no test coverage detected