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

Method latest_time

raphtory/src/python/graph/node.rs:186–188  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

184 /// OptionalEventTime: The latest time that the node exists.
185 #[getter]
186 pub fn latest_time(&self) -> PyOptionalEventTime {
187 self.node.latest_time().into()
188 }
189
190 /// The properties of the node
191 ///

Callers 1

reprMethod · 0.45

Calls 3

intoMethod · 0.45
cloneMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected