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

Method t

raphtory/src/python/graph/history.rs:97–101  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

95 /// HistoryTimestamp: Timestamp (as int) view of this history.
96 #[getter]
97 pub fn t(&self) -> PyHistoryTimestamp {
98 PyHistoryTimestamp {
99 history_t: HistoryTimestamp::new(self.history.0.clone()), // clone the Arc, not the underlying object
100 }
101 }
102
103 /// Access history events as UTC datetimes.
104 ///

Callers 5

translate_windowFunction · 0.45
extract_propertiesFunction · 0.45
to_dfMethod · 0.45
__eq__Method · 0.45
to_dfMethod · 0.45

Calls 3

cloneMethod · 0.45
intoMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected