(self)
| 44 | # self.attention_store = {} |
| 45 | |
| 46 | def __init__(self): |
| 47 | # super(CDAttentionStore, self).__init__() |
| 48 | self.step_store = self.get_empty_store() |
| 49 | # self.attention_store = {} |
| 50 | # ############################################################################################################# |
| 51 | # class AttentionControl(abc.ABC): |
| 52 |
nothing calls this directly
no test coverage detected