Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ properties
Method
properties
raphtory/src/python/graph/node.rs:195–197 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
193
/// Properties: A list of properties.
194
#[getter]
195
pub fn properties(&self) -> Properties<NodeView<'static, DynamicGraph>> {
196
self.node.properties()
197
}
198
199
/// The metadata of the node
200
///
Callers
3
__getitem__
Method · 0.45
repr
Method · 0.45
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