Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
487
impl 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
len
Method · 0.45
Tested by
no test coverage detected