| 964 | |
| 965 | |
| 966 | class EWWhiteSpaceTerminal(WhiteSpaceTerminal): |
| 967 | |
| 968 | @property |
| 969 | def value(self): |
| 970 | return '' |
| 971 | |
| 972 | def __str__(self): |
| 973 | return '' |
| 974 | |
| 975 | |
| 976 | class _InvalidEwError(errors.HeaderParseError): |
no outgoing calls
no test coverage detected
searching dependent graphs…