MCPcopy 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
673class MIMEVersion(TokenList):
674
675 token_type = 'mime-version'
676 major = None
677 minor = None
678
679
680class Parameter(TokenList):

Callers 1

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