MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / push

Method push

tools/python-3.11.9-amd64/Lib/email/header.py:542–543  ·  view source on GitHub ↗
(self, fws, string)

Source from the content-addressed store, hash-verified

540 super().__init__()
541
542 def push(self, fws, string):
543 self.append((fws, string))
544
545 def pop_from(self, i=0):
546 popped = self[i:]

Callers 7

newlineMethod · 0.45
add_transitionMethod · 0.45
feedMethod · 0.45
_append_chunkMethod · 0.45
startElementNSMethod · 0.45
startElementMethod · 0.45
buildDocumentMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected