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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
newslist.py 46 # newshost = 'nntp-serv.cl.cam.ac.uk'
49 # newshost = os.environ['NNTPSERVER']
50 newshost = 'news.example.com' variable
324 print 'Connecting to %s...' % newshost
326 s = NNTP.init(newshost)
328 s = NNTP(newshost)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
nntplib.py 613 newshost = 'news' and os.environ["NNTPSERVER"] variable in class:NNTP
614 if newshost.find('.') == -1:
618 s = NNTP(newshost, readermode=mode)
  /external/python/cpython2/Lib/
nntplib.py 622 newshost = 'news' and os.environ["NNTPSERVER"] variable in class:NNTP
623 if newshost.find('.') == -1:
627 s = NNTP(newshost, readermode=mode)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 103 milliseconds