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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
_parseaddr.py 360 def getdelimited(self, beginchar, endchars, allowcomments=True):
363 `beginchar' is the start character for the fragment.
364 If self is not looking at an instance of `beginchar' then
373 if self.field[self.pos] != beginchar:
  /external/python/cpython2/Lib/email/
_parseaddr.py 360 def getdelimited(self, beginchar, endchars, allowcomments=True):
363 `beginchar' is the start character for the fragment.
364 If self is not looking at an instance of `beginchar' then
373 if self.field[self.pos] != beginchar:
  /external/python/cpython3/Lib/email/
_parseaddr.py 403 def getdelimited(self, beginchar, endchars, allowcomments=True):
406 `beginchar' is the start character for the fragment.
407 If self is not looking at an instance of `beginchar' then
416 if self.field[self.pos] != beginchar:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rfc822.py 679 def getdelimited(self, beginchar, endchars, allowcomments = 1):
682 `beginchar' is the start character for the fragment. If self is not
683 looking at an instance of `beginchar' then getdelimited returns the
692 if self.field[self.pos] != beginchar:
    [all...]
  /external/python/cpython2/Lib/
rfc822.py 684 def getdelimited(self, beginchar, endchars, allowcomments = 1):
687 `beginchar' is the start character for the fragment. If self is not
688 looking at an instance of `beginchar' then getdelimited returns the
697 if self.field[self.pos] != beginchar:
    [all...]

Completed in 260 milliseconds