HomeSort by relevance Sort by last modified time
    Searched refs:WhiteSpaceTerminal (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/email/
_header_value_parser.py 891 class WhiteSpaceTerminal(Terminal):
911 class EWWhiteSpaceTerminal(WhiteSpaceTerminal):
1009 fws = WhiteSpaceTerminal(value[:len(value)-len(newvalue)], 'fws')
    [all...]
  /external/python/cpython3/Lib/test/test_email/
test__header_value_parser.py     [all...]

Completed in 336 milliseconds