MCPcopy Index your code
hub / github.com/python/cpython / ContentDisposition

Class ContentDisposition

Lib/email/_header_value_parser.py:855–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853
854
855class ContentDisposition(ParameterizedHeaderValue):
856 token_type = 'content-disposition'
857 as_ew_allowed = False
858 content_disposition = None
859
860
861class ContentTransferEncoding(TokenList):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…