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

Method repr

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

Source from the content-addressed store, hash-verified

274
275impl Repr for PyNode {
276 fn repr(&self) -> String {
277 self.node.repr()
278 }
279}
280
281impl<'graph, G: GraphViewOps<'graph>> Repr for NodeView<'graph, G> {

Callers 1

__repr__Method · 0.45

Calls 8

add_fieldMethod · 0.80
nameMethod · 0.45
earliest_timeMethod · 0.45
latest_timeMethod · 0.45
node_typeMethod · 0.45
is_emptyMethod · 0.45
propertiesMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected