Searched refs:endchars (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/email/ |
D | _parseaddr.py | 360 def getdelimited(self, beginchar, endchars, allowcomments=True): argument 383 elif self.field[self.pos] in endchars:
|
/external/python/cpython3/Lib/email/ |
D | _parseaddr.py | 416 def getdelimited(self, beginchar, endchars, allowcomments=True): argument 439 elif self.field[self.pos] in endchars:
|
D | _header_value_parser.py | 996 def _get_ptext_to_endchars(value, endchars): argument 1019 elif fragment[pos] in endchars: 1804 def get_invalid_mailbox(value, endchars): argument 1812 while value and value[0] not in endchars:
|
/external/python/cpython2/Lib/ |
D | rfc822.py | 684 def getdelimited(self, beginchar, endchars, allowcomments = 1): argument 707 elif self.field[self.pos] in endchars:
|