MCPcopy
hub / github.com/dask/dask / __len__

Method __len__

dask/dataframe/dask_expr/_collection.py:396–397  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

394 return new_collection(expr.ClearDivisions(self))
395
396 def __len__(self):
397 return new_collection(Len(self)).compute()
398
399 @property
400 def nbytes(self):

Callers

nothing calls this directly

Calls 3

new_collectionFunction · 0.90
LenClass · 0.90
computeMethod · 0.45

Tested by

no test coverage detected