Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ metadata
Method
metadata
raphtory/src/python/graph/node.rs:204–206 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
202
/// Metadata:
203
#[getter]
204
pub fn metadata(&self) -> Metadata<
'static, NodeView<'
static, DynamicGraph>> {
205
self.node.metadata()
206
}
207
208
/// Returns the type of node
209
///
Callers
1
to_df
Method · 0.45
Calls
4
clone
Method · 0.45
into
Method · 0.45
into_iter_values
Method · 0.45
map
Method · 0.45
Tested by
no test coverage detected