Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ from
Method
from
raphtory-api/src/python/timeindex.rs:340–342 ·
view source on GitHub ↗
(time: EventTime)
Source
from the content-addressed store, hash-verified
338
339
impl From<EventTime> for PyEventTime {
340
fn from(time: EventTime) -> Self {
341
Self { time }
342
}
343
}
344
345
impl From<PyEventTime> for EventTime {
Callers
nothing calls this directly
Calls
2
to_string
Method · 0.80
inner
Method · 0.45
Tested by
no test coverage detected