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

Method out_degree

raphtory/src/python/graph/node.rs:237–239  ·  view source on GitHub ↗

Get the out-degree of this node (i.e., the number of edges that are incident to it from this node). Returns: int: The out-degree of this node.

(&self)

Source from the content-addressed store, hash-verified

235 /// Returns:
236 /// int: The out-degree of this node.
237 pub fn out_degree(&self) -> usize {
238 self.node.out_degree()
239 }
240
241 /// Returns the history of a node, including node additions and changes made to node.
242 ///

Calls 3

cloneMethod · 0.45
intoMethod · 0.45
mapMethod · 0.45