Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ id
Method
id
raphtory/src/python/graph/edge.rs:189–191 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
187
/// GID:
188
#[getter]
189
pub fn id(&self) -> (GID, GID) {
190
self.edge.id()
191
}
192
193
pub fn __getitem__(&self, name: &str) -> Option<Prop> {
194
self.edge.properties().get(name)
Callers
15
check
Function · 0.45
check
Function · 0.45
resolve_node_ref
Method · 0.45
one_path_algorithm
Function · 0.45
main
Function · 0.45
main
Function · 0.45
to_pyvis
Method · 0.45
to_df
Method · 0.45
to_df
Method · 0.45
to_df
Method · 0.45
lotr_test
Function · 0.45
lotr_test_rec
Function · 0.45
Calls
no outgoing calls
Tested by
9
check
Function · 0.36
check
Function · 0.36
to_df
Method · 0.36
db_lotr
Function · 0.36
load_edges_from_pretend_df
Function · 0.36
load_nodes_from_pretend_df
Function · 0.36
test_erdos_renyi_half_probability
Function · 0.36
test_erdos_renyi_zero_probability
Function · 0.36
test_erdos_renyi_full_probability
Function · 0.36