MCPcopy 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

checkFunction · 0.45
checkFunction · 0.45
resolve_node_refMethod · 0.45
one_path_algorithmFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
to_pyvisMethod · 0.45
to_dfMethod · 0.45
to_dfMethod · 0.45
to_dfMethod · 0.45
lotr_testFunction · 0.45
lotr_test_recFunction · 0.45

Calls

no outgoing calls

Tested by 9

checkFunction · 0.36
checkFunction · 0.36
to_dfMethod · 0.36
db_lotrFunction · 0.36