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

Method part_count

Lib/email/header.py:581–582  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

579 return self._initial_size==0 and (not self or str(self).isspace())
580
581 def part_count(self):
582 return super().__len__()

Callers 2

popMethod · 0.95
_append_chunkMethod · 0.80

Calls 2

superClass · 0.85
__len__Method · 0.45

Tested by

no test coverage detected