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

Method values

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

Return a list of all the message's header values. These will be sorted in the order they appeared in the original message, or were added to the message, and may contain duplicates. Any fields deleted and re-inserted are always appended to the header list.

(self)

Source from the content-addressed store, hash-verified

466 return [k for k, v in self._headers]
467
468 def values(self):
469 """Return a list of all the message's header values.
470
471 These will be sorted in the order they appeared in the original
472 message, or were added to the message, and may contain duplicates.
473 Any fields deleted and re-inserted are always appended to the header
474 list.
475 """
476 return [self.policy.header_fetch_parse(k, v)
477 for k, v in self._headers]
478
479 def items(self):
480 """Get all the message's header fields and values.

Callers 15

destroyMethod · 0.45
destroyMethod · 0.45
destroyMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45
_try_finishMethod · 0.45
attach_loopMethod · 0.45
__del__Method · 0.45
_stop_accept_futuresMethod · 0.45
client.pyFile · 0.45
deepvaluesFunction · 0.45
_cookies_for_domainMethod · 0.45

Calls 1

header_fetch_parseMethod · 0.45

Tested by 1