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 | 403 def getdelimited(self, beginchar, endchars, allowcomments=True): argument 426 elif self.field[self.pos] in endchars:
|
D | _header_value_parser.py | 970 def _get_ptext_to_endchars(value, endchars): argument 993 elif fragment[pos] in endchars: 1746 def get_invalid_mailbox(value, endchars): argument 1754 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:
|