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

Method __le__

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

Source from the content-addressed store, hash-verified

131 }
132
133 fn __le__(&self, other: Bound<PyNode>) -> bool {
134 self.node.id() <= other.get().node.id()
135 }
136
137 fn __gt__(&self, other: Bound<PyNode>) -> bool {
138 self.node.id() > other.get().node.id()

Callers

nothing calls this directly

Calls 2

idMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected