(
self,
state: InstanceState[Any],
dict_: _InstanceDict,
passive: PassiveFlag = PASSIVE_OFF,
)
| 1028 | state.parents[id_] = False |
| 1029 | |
| 1030 | def get_history( |
| 1031 | self, |
| 1032 | state: InstanceState[Any], |
| 1033 | dict_: _InstanceDict, |
| 1034 | passive: PassiveFlag = PASSIVE_OFF, |
| 1035 | ) -> History: |
| 1036 | raise NotImplementedError() |
| 1037 | |
| 1038 | def get_all_pending( |
| 1039 | self, |
no outgoing calls
no test coverage detected