Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ MIMEVersion
Class
MIMEVersion
Lib/email/_header_value_parser.py:673–677 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
671
672
673
class
MIMEVersion(TokenList):
674
675
token_type =
'mime-version'
676
major = None
677
minor = None
678
679
680
class
Parameter(TokenList):
Callers
1
parse_mime_version
Function · 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…