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

Method build

raphtory/src/python/graph/index.rs:238–243  ·  view source on GitHub ↗

Return a spec Returns: IndexSpec:

(&self)

Source from the content-addressed store, hash-verified

236 /// Returns:
237 /// IndexSpec:
238 pub fn build(&self) -> PyIndexSpec {
239 PyIndexSpec {
240 graph: self.builder.graph.clone().into_dynamic(),
241 spec: self.builder.clone().build(),
242 }
243 }
244}
245
246#[pymethods]

Callers 4

into_py_iterMethod · 0.45
get_runtimeFunction · 0.45
build_csv_readerFunction · 0.45
mod.rsFile · 0.45

Calls 2

into_dynamicMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected