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

Class ContentTransferEncoding

Lib/email/_header_value_parser.py:861–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859
860
861class ContentTransferEncoding(TokenList):
862 token_type = 'content-transfer-encoding'
863 as_ew_allowed = False
864 cte = '7bit'
865
866
867class HeaderLabel(TokenList):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…