MCPcopy 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_matcherMethod · 0.45
pushMethod · 0.45
_pop_messageMethod · 0.45
getaddrspecMethod · 0.45
header_encode_linesMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
decode_headerFunction · 0.45
newlineMethod · 0.45
feedMethod · 0.45

Calls 1

part_countMethod · 0.95

Tested by

no test coverage detected