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

Class MIMEVersion

Lib/email/_header_value_parser.py:666–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664
665
666class MIMEVersion(TokenList):
667
668 token_type = 'mime-version'
669 major = None
670 minor = None
671
672
673class Parameter(TokenList):

Callers 1

parse_mime_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected