Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
impl Repr for PyNode {
276
fn repr(&self) -> String {
277
self.node.repr()
278
}
279
}
280
281
impl<
'graph, G: GraphViewOps<'
graph>> Repr for NodeView<'graph, G> {
Callers
1
__repr__
Method · 0.45
Calls
8
add_field
Method · 0.80
name
Method · 0.45
earliest_time
Method · 0.45
latest_time
Method · 0.45
node_type
Method · 0.45
is_empty
Method · 0.45
properties
Method · 0.45
finish
Method · 0.45
Tested by
no test coverage detected