MCPcopy Index your code
hub / github.com/python/cpython / pop_from

Method pop_from

Lib/email/header.py:554–557  ·  view source on GitHub ↗
(self, i=0)

Source from the content-addressed store, hash-verified

552 self.append((fws, string))
553
554 def pop_from(self, i=0):
555 popped = self[i:]
556 self[i:] = []
557 return popped
558
559 def pop(self):
560 if self.part_count()==0:

Callers 1

_append_chunkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected