Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pop
Method
pop
Lib/email/header.py:559–562 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
557
return
popped
558
559
def
pop(self):
560
if
self.part_count()==0:
561
return
(
''
,
''
)
562
return
super().pop()
563
564
def
__len__(self):
565
return
sum((len(fws)+len(part)
for
fws, part in self),
Callers
15
pop_eof_matcher
Method · 0.45
push
Method · 0.45
_pop_message
Method · 0.45
getaddrspec
Method · 0.45
header_encode_lines
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
decode_header
Function · 0.45
newline
Method · 0.45
feed
Method · 0.45
Calls
2
part_count
Method · 0.95
super
Class · 0.85
Tested by
no test coverage detected