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

Class ContentDisposition

Lib/email/_header_value_parser.py:844–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842
843
844class ContentDisposition(ParameterizedHeaderValue):
845 token_type = 'content-disposition'
846 as_ew_allowed = False
847 content_disposition = None
848
849
850class ContentTransferEncoding(TokenList):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected