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

Method reset_percents

brainworkshop.py:1454–1455  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1452 self.dictionaries = dict([(i, {}) for i in mode.modalities])
1453
1454 def reset_percents(self):
1455 self.percents = dict([(k, dict([(i, []) for i in v])) for k,v in mode.modalities.items()])
1456
1457 def next_nonempty_mode(self):
1458 self.next_mode()

Callers 2

__init__Method · 0.95
parse_statsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected