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

Method __ge__

raphtory/src/python/graph/node.rs:141–143  ·  view source on GitHub ↗
(&self, other: Bound<PyNode>)

Source from the content-addressed store, hash-verified

139 }
140
141 fn __ge__(&self, other: Bound<PyNode>) -> bool {
142 self.node.id() >= other.get().node.id()
143 }
144
145 /// Returns the hash of the node.
146 ///

Callers

nothing calls this directly

Calls 2

idMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected