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

Method _str

Lib/email/header.py:426–428  ·  view source on GitHub ↗
(self, linesep)

Source from the content-addressed store, hash-verified

424 self._current_line = _Accumulator(headerlen)
425
426 def _str(self, linesep):
427 self.newline()
428 return linesep.join(self._lines)
429
430 def __str__(self):
431 return self._str(NL)

Callers 2

__str__Method · 0.95
encodeMethod · 0.45

Calls 2

newlineMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected