Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ properties
Method
properties
raphtory/src/python/graph/edge.rs:248–250 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
246
/// Properties: Properties on the Edge.
247
#[getter]
248
pub fn properties(&self) -> Properties<EdgeView<DynamicGraph>> {
249
self.edge.properties()
250
}
251
252
/// Gets the metadata of an edge
253
///
Callers
12
from
Method · 0.45
__getitem__
Method · 0.45
repr
Method · 0.45
load_edges_from_pretend_df
Function · 0.45
load_nodes_from_pretend_df
Function · 0.45
encode_graph_tprop
Function · 0.45
serialize
Method · 0.45
balance_per_node
Function · 0.45
dijkstra_single_source_shortest_paths
Function · 0.45
max_weight_matching
Function · 0.45
page_rank
Function · 0.45
new
Method · 0.45
Calls
no outgoing calls
Tested by
2
load_edges_from_pretend_df
Function · 0.36
load_nodes_from_pretend_df
Function · 0.36