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

Method reset_dictionaries

brainworkshop.py:1451–1452  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1449 self.parse_stats()
1450
1451 def reset_dictionaries(self):
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()])

Callers 2

__init__Method · 0.95
parse_statsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected