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

Method raw_items

tools/python-3.11.9-amd64/Lib/email/message.py:514–519  ·  view source on GitHub ↗

Return the (name, value) header pairs without modification. This is an "internal" API, intended only for use by a generator.

(self)

Source from the content-addressed store, hash-verified

512 self._headers.append((name, value))
513
514 def raw_items(self):
515 """Return the (name, value) header pairs without modification.
516
517 This is an "internal" API, intended only for use by a generator.
518 """
519 return iter(self._headers.copy())
520
521 #
522 # Additional useful stuff

Callers 2

_write_headersMethod · 0.80
_write_headersMethod · 0.80

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected