Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
repr
Method · 0.45
Calls
3
into
Method · 0.45
clone
Method · 0.45
map
Method · 0.45
Tested by
no test coverage detected