MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _str

Method _str

tools/python-3.11.9-amd64/Lib/email/header.py:417–419  ·  view source on GitHub ↗
(self, linesep)

Source from the content-addressed store, hash-verified

415 self._current_line = _Accumulator(headerlen)
416
417 def _str(self, linesep):
418 self.newline()
419 return linesep.join(self._lines)
420
421 def __str__(self):
422 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