MCPcopy Create free account
hub / github.com/requests-cache/requests-cache / __len__

Method __len__

requests_cache/backends/sqlite.py:358–359  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

356 yield row[0]
357
358 def __len__(self):
359 return self.count()
360
361 def bulk_delete(self, keys=None, values=None):
362 """Delete multiple items from the cache, without raising errors for any missing items.

Callers

nothing calls this directly

Calls 1

countMethod · 0.95

Tested by

no test coverage detected