OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addrspec
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py
243
# email address is just an
addrspec
247
addrspec
= self.getaddrspec()
248
returnlist = [(SPACE.join(self.commentlist),
addrspec
)]
287
This method just skips all the route stuff and returns the
addrspec
.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py
243
# email address is just an
addrspec
247
addrspec
= self.getaddrspec()
248
returnlist = [(SPACE.join(self.commentlist),
addrspec
)]
287
This method just skips all the route stuff and returns the
addrspec
.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py
565
# email address is just an
addrspec
569
addrspec
= self.getaddrspec()
570
returnlist = [(' '.join(self.commentlist),
addrspec
)]
608
This method just skips all the route stuff and returns the
addrspec
.
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py
565
# email address is just an
addrspec
569
addrspec
= self.getaddrspec()
570
returnlist = [(' '.join(self.commentlist),
addrspec
)]
608
This method just skips all the route stuff and returns the
addrspec
.
[
all
...]
Completed in 25 milliseconds