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

Method t

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

Source from the content-addressed store, hash-verified

83 /// HistoryTimestampView: A lazy view over HistoryTimestamp objects for each node.
84 #[getter]
85 fn t(
86 &self,
87 ) -> LazyNodeState<
88 'static,
89 ArrowMap<Map<HistoryOp<'static, DynamicGraph>, PyHistoryTimestamp>, TimeStampsStruct>,
90 DynamicGraph,
91 DynamicGraph,
92 DynNodeFilter,
93 > {
94 let op = self.inner.op.clone().map(|hist| hist.t().into());
95 LazyNodeState::new(op.into_arrow_node_op(), self.inner.nodes())
96 }
97
98 /// Access history events as UTC datetimes.
99 ///

Callers 1

fromMethod · 0.45

Calls 8

into_arrow_node_opMethod · 0.80
mapMethod · 0.45
cloneMethod · 0.45
intoMethod · 0.45
nodesMethod · 0.45
iter_valuesMethod · 0.45
graphMethod · 0.45
idsMethod · 0.45

Tested by

no test coverage detected