Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ pop
Method
pop
tools/python-3.11.9-amd64/Lib/email/header.py:550–553 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
548
return
popped
549
550
def
pop(self):
551
if
self.part_count()==0:
552
return
(
''
,
''
)
553
return
super().pop()
554
555
def
__len__(self):
556
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
1
part_count
Method · 0.95
Tested by
no test coverage detected