Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
666
class
MIMEVersion(TokenList):
667
668
token_type =
'mime-version'
669
major = None
670
minor = None
671
672
673
class
Parameter(TokenList):
Callers
1
parse_mime_version
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected