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

Method dt

raphtory-api/src/python/timeindex.rs:220–222  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

218 /// TimeError: Returns TimeError on timestamp conversion errors (e.g. out-of-range timestamp).
219 #[getter]
220 pub fn dt(&self) -> Result<DateTime<Utc>, TimeError> {
221 self.time.dt()
222 }
223
224 /// Returns the event id used to order events within the same timestamp.
225 ///

Callers 3

datetimeMethod · 0.45
value_to_propFunction · 0.45
reprMethod · 0.45

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected