MCPcopy Index your code
hub / github.com/RustPython/RustPython / MsgID

Class MsgID

Lib/email/_header_value_parser.py:861–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859
860
861class MsgID(TokenList):
862 token_type = 'msg-id'
863 as_ew_allowed = False
864
865 def fold(self, policy):
866 # message-id tokens may not be folded.
867 return str(self) + policy.linesep
868
869
870class MessageID(MsgID):

Callers 1

get_msg_idFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected