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

Method earliest_time

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

Source from the content-addressed store, hash-verified

175 /// OptionalEventTime: The earliest time that the node exists.
176 #[getter]
177 pub fn earliest_time(&self) -> PyOptionalEventTime {
178 self.node.earliest_time().into()
179 }
180
181 /// Returns the latest time that the node exists.
182 ///

Callers 1

reprMethod · 0.45

Calls 3

intoMethod · 0.45
cloneMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected