MCPcopy 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_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 2

part_countMethod · 0.95
superClass · 0.85

Tested by

no test coverage detected