MCPcopy 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

encodeMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected