(
&self,
)
| 67 | } |
| 68 | |
| 69 | pub fn iter( |
| 70 | &self, |
| 71 | ) -> impl Iterator<Item = History<'static, NodeView<'static, DynamicGraph>>> + '_ { |
| 72 | self.inner.iter_values() |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | // can't simply call self.inner.t(), dt(), ... because we need LazyNodeState<PyHistoryTimestamp> |
no test coverage detected