MCPcopy Create free account
hub / github.com/Pometry/Raphtory / iter

Method iter

raphtory/src/python/graph/node_state/node_state_history.rs:69–73  ·  view source on GitHub ↗
(
        &self,
    )

Source from the content-addressed store, hash-verified

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>

Callers 15

reprMethod · 0.45
import_nodesMethod · 0.45
import_nodes_asMethod · 0.45
import_edgesMethod · 0.45
import_edges_asMethod · 0.45
to_dfMethod · 0.45
import_nodesMethod · 0.45
import_nodes_asMethod · 0.45
import_edgesMethod · 0.45
import_edges_asMethod · 0.45
prop_namesMethod · 0.45
__contains__Method · 0.45

Calls 3

iter_valuesMethod · 0.45
mapMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected