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

Method __len__

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

Source from the content-addressed store, hash-verified

486#[pymethods]
487impl PyNodes {
488 fn __len__(&self) -> usize {
489 self.nodes.len()
490 }
491
492 fn __bool__(&self) -> bool {
493 !self.nodes.is_empty()

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected