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

Class InvalidMessageID

Lib/email/_header_value_parser.py:885–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883
884
885class InvalidMessageID(MessageID):
886 token_type = 'invalid-message-id'
887
888class MessageIDList(TokenList):
889 token_type = 'message-id-list'

Callers 2

parse_message_idFunction · 0.85
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…