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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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...]

Completed in 348 milliseconds