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

Method name

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

Source from the content-addressed store, hash-verified

166 /// str: The id of the node as a string.
167 #[getter]
168 pub fn name(&self) -> String {
169 self.node.name()
170 }
171
172 /// Returns the earliest time that the node exists.
173 ///

Calls 3

cloneMethod · 0.45
intoMethod · 0.45
mapMethod · 0.45