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

Class MsgID

Lib/email/_header_value_parser.py:872–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870
871
872class MsgID(TokenList):
873 token_type = 'msg-id'
874 as_ew_allowed = False
875
876 def fold(self, policy):
877 # message-id tokens may not be folded.
878 return str(self) + policy.linesep
879
880
881class MessageID(MsgID):

Callers 1

get_msg_idFunction · 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…