OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newshost
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py
613
newshost
= 'news' and os.environ["NNTPSERVER"]
variable in class:NNTP
614
if
newshost
.find('.') == -1:
618
s = NNTP(
newshost
, readermode=mode)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py
613
newshost
= 'news' and os.environ["NNTPSERVER"]
variable in class:NNTP
614
if
newshost
.find('.') == -1:
618
s = NNTP(
newshost
, readermode=mode)
Completed in 3083 milliseconds