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

Method metadata

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

Source from the content-addressed store, hash-verified

202 /// Metadata:
203 #[getter]
204 pub fn metadata(&self) -> Metadata<'static, NodeView<'static, DynamicGraph>> {
205 self.node.metadata()
206 }
207
208 /// Returns the type of node
209 ///

Callers 1

to_dfMethod · 0.45

Calls 4

cloneMethod · 0.45
intoMethod · 0.45
into_iter_valuesMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected