(self)
| 39 | |
| 40 | |
| 41 | def reset(self): |
| 42 | # super(CDAttentionStore, self).reset() |
| 43 | self.step_store = self.get_empty_store() |
| 44 | # self.attention_store = {} |
| 45 | |
| 46 | def __init__(self): |
| 47 | # super(CDAttentionStore, self).__init__() |
nothing calls this directly
no test coverage detected