OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endchars
(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):
367
`
endchars
' is a sequence of allowable end-delimiting characters.
383
elif self.field[self.pos] in
endchars
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py
360
def getdelimited(self, beginchar,
endchars
, allowcomments=True):
367
`
endchars
' is a sequence of allowable end-delimiting characters.
383
elif self.field[self.pos] in
endchars
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py
679
def getdelimited(self, beginchar,
endchars
, allowcomments = 1):
686
`
endchars
' is a sequence of allowable end-delimiting characters.
702
elif self.field[self.pos] in
endchars
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py
679
def getdelimited(self, beginchar,
endchars
, allowcomments = 1):
686
`
endchars
' is a sequence of allowable end-delimiting characters.
702
elif self.field[self.pos] in
endchars
:
[
all
...]
Completed in 160 milliseconds