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

Method id

raphtory/src/python/graph/node.rs:159–161  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

157 /// (str|int): The id of the node.
158 #[getter]
159 pub fn id(&self) -> GID {
160 self.node.id()
161 }
162
163 /// Returns the name of the node.
164 ///

Callers 7

__eq__Method · 0.45
__ne__Method · 0.45
__lt__Method · 0.45
__le__Method · 0.45
__gt__Method · 0.45
__ge__Method · 0.45
__hash__Method · 0.45

Calls 3

cloneMethod · 0.45
intoMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected