MCPcopy Index your code
hub / github.com/python/cpython / __len__

Method __len__

Lib/test/test_interpreters/utils.py:321–323  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

319 self._finish()
320 yield from self._final
321 def __len__(self):
322 self._finish()
323 return len(self._final)
324 def __getattr__(self, name):
325 self._finish()
326 if name.startswith('_'):

Callers

nothing calls this directly

Calls 1

_finishMethod · 0.95

Tested by

no test coverage detected