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

Method push

Lib/email/header.py:551–552  ·  view source on GitHub ↗
(self, fws, string)

Source from the content-addressed store, hash-verified

549 super().__init__()
550
551 def push(self, fws, string):
552 self.append((fws, string))
553
554 def pop_from(self, i=0):
555 popped = self[i:]

Callers 15

newlineMethod · 0.45
add_transitionMethod · 0.45
feedMethod · 0.45
_append_chunkMethod · 0.45
FFunction · 0.45
rFunction · 0.45
FtFunction · 0.45
LnFunction · 0.45
d3.min.jsFile · 0.45
XrFunction · 0.45
JrFunction · 0.45
WiFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected