MCPcopy Index your code
hub / github.com/ipython/ipython / __len__

Method __len__

IPython/external/pickleshare.py:221–222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

219 return iter(self.keys())
220
221 def __len__(self):
222 return len(self.keys())
223
224 def uncache(self, *items):
225 """Removes all, or specified items from cache

Callers

nothing calls this directly

Calls 1

keysMethod · 0.95

Tested by

no test coverage detected