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

Class MessageIDList

Lib/email/_header_value_parser.py:888–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886 token_type = 'invalid-message-id'
887
888class MessageIDList(TokenList):
889 token_type = 'message-id-list'
890
891 @property
892 def message_ids(self):
893 return [x for x in self if x.token_type=='msg-id']
894
895class Header(TokenList):
896 token_type = 'header'

Callers 1

parse_message_idsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…