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

Method is_none

raphtory-api/src/python/timeindex.rs:410–412  ·  view source on GitHub ↗

Returns true if the OptionalEventTime doesn't contain an EventTime. Returns: bool:

(&self)

Source from the content-addressed store, hash-verified

408 /// Returns:
409 /// bool:
410 pub fn is_none(&self) -> bool {
411 self.inner.is_none()
412 }
413
414 /// Returns true if the OptionalEventTime contains an EventTime.
415 ///

Calls

no outgoing calls