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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 24 build_opener -- Function that creates a new OpenerDirector instance.
68 opener = urllib2.build_opener(proxy_support, authinfo, urllib2.CacheFTPHandler)
125 _opener = build_opener()
444 def build_opener(*handlers): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 24 build_opener -- Function that creates a new OpenerDirector instance.
68 opener = urllib2.build_opener(proxy_support, authinfo, urllib2.CacheFTPHandler)
126 _opener = build_opener()
454 def build_opener(*handlers): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 24 build_opener -- Function that creates a new OpenerDirector instance.
68 opener = urllib2.build_opener(proxy_support, authinfo, urllib2.CacheFTPHandler)
126 _opener = build_opener()
454 def build_opener(*handlers): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 24 build_opener -- Function that creates a new OpenerDirector instance.
68 opener = urllib2.build_opener(proxy_support, authinfo, urllib2.CacheFTPHandler)
126 _opener = build_opener()
454 def build_opener(*handlers): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 24 build_opener -- Function that creates a new OpenerDirector instance.
68 opener = urllib2.build_opener(proxy_support, authinfo, urllib2.CacheFTPHandler)
126 _opener = build_opener()
454 def build_opener(*handlers): function
    [all...]
  /external/python/cpython2/Lib/
urllib2.py 24 build_opener -- Function that creates a new OpenerDirector instance.
68 opener = urllib2.build_opener(proxy_support, authinfo, urllib2.CacheFTPHandler)
146 opener = build_opener(https_handler)
149 opener = build_opener(https_handler)
151 _opener = opener = build_opener()
479 def build_opener(*handlers): function
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 24 build_opener -- Function that creates a new OpenerDirector instance.
61 opener = urllib.request.build_opener(proxy_support, authinfo,
130 'urlopen', 'install_opener', 'build_opener',
215 opener = build_opener(https_handler)
218 opener = build_opener(https_handler)
220 _opener = opener = build_opener()
576 def build_opener(*handlers): function
    [all...]

Completed in 279 milliseconds