| 859 | |
| 860 | |
| 861 | class ContentTransferEncoding(TokenList): |
| 862 | token_type = 'content-transfer-encoding' |
| 863 | as_ew_allowed = False |
| 864 | cte = '7bit' |
| 865 | |
| 866 | |
| 867 | class HeaderLabel(TokenList): |
no outgoing calls
no test coverage detected
searching dependent graphs…