MCPcopy Create free account
hub / github.com/Pometry/Raphtory / collect

Method collect

raphtory/src/python/graph/node.rs:504–506  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

502 #[doc = r" Returns:"]
503 #[doc = concat!(" ","list[Node]",": the list of ","node","s")]
504 fn collect(&self) -> Vec<NodeView<'static, DynamicGraph>> {
505 self.nodes.collect()
506 }
507
508 fn __getitem__(&self, filter: PyFilterExpr) -> PyResult<PyNodes> {
509 let r = self.nodes.select(filter)?;

Callers 1

to_dfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected