MCPcopy 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
339impl From<EventTime> for PyEventTime {
340 fn from(time: EventTime) -> Self {
341 Self { time }
342 }
343}
344
345impl From<PyEventTime> for EventTime {

Callers

nothing calls this directly

Calls 2

to_stringMethod · 0.80
innerMethod · 0.45

Tested by

no test coverage detected