(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()]) |
| 1456 | |
| 1457 | def next_nonempty_mode(self): |
| 1458 | self.next_mode() |
no outgoing calls
no test coverage detected