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

Method __str__

Lib/email/header.py:430–431  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

428 return linesep.join(self._lines)
429
430 def __str__(self):
431 return self._str(NL)
432
433 def newline(self):
434 end_of_line = self._current_line.pop()

Callers

nothing calls this directly

Calls 1

_strMethod · 0.95

Tested by

no test coverage detected