OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowcomments
(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):
370
If `
allowcomments
' is non-zero, embedded RFC 2822 comments are allowed
386
elif
allowcomments
and self.field[self.pos] == '(':
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py
360
def getdelimited(self, beginchar, endchars,
allowcomments
=True):
370
If `
allowcomments
' is non-zero, embedded RFC 2822 comments are allowed
386
elif
allowcomments
and self.field[self.pos] == '(':
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py
679
def getdelimited(self, beginchar, endchars,
allowcomments
= 1):
689
If `
allowcomments
' is non-zero, embedded RFC 2822 comments are allowed
705
elif
allowcomments
and self.field[self.pos] == '(':
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py
679
def getdelimited(self, beginchar, endchars,
allowcomments
= 1):
689
If `
allowcomments
' is non-zero, embedded RFC 2822 comments are allowed
705
elif
allowcomments
and self.field[self.pos] == '(':
[
all
...]
Completed in 501 milliseconds