Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
newline
Method · 0.45
add_transition
Method · 0.45
feed
Method · 0.45
_append_chunk
Method · 0.45
F
Function · 0.45
r
Function · 0.45
Ft
Function · 0.45
Ln
Function · 0.45
d3.min.js
File · 0.45
Xr
Function · 0.45
Jr
Function · 0.45
Wi
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected