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

Method __repr__

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

Return a string representation of the node. This method provides a human-readable representation of the node, which is useful for debugging and logging purposes. Returns: str: A string representation of the node.

(&self)

Source from the content-addressed store, hash-verified

438 /// Returns:
439 /// str: A string representation of the node.
440 fn __repr__(&self) -> String {
441 self.repr()
442 }
443}
444
445/// A list of nodes that can be iterated over.

Callers

nothing calls this directly

Calls 1

reprMethod · 0.45

Tested by

no test coverage detected