Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
pop
Method · 0.95
_append_chunk
Method · 0.80
Calls
2
super
Class · 0.85
__len__
Method · 0.45
Tested by
no test coverage detected