Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ add_transition
Method
add_transition
Lib/email/header.py:444–445 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
442
self._current_line.reset()
443
444
def
add_transition(self):
445
self._current_line.push(
' '
,
''
)
446
447
def
feed(self, fws, string, charset):
448
# If the charset has no header encoding (i.e. it is an ASCII encoding)
Callers
1
encode
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected