Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __len__
Method
__len__
Lib/email/header.py:564–566 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
562
return
super().pop()
563
564
def
__len__(self):
565
return
sum((len(fws)+len(part)
for
fws, part in self),
566
self._initial_size)
567
568
def
__str__(self):
569
return
EMPTYSTRING.join((EMPTYSTRING.join((fws, part))
Callers
1
part_count
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected