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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 8 The OpenerDirector manages a collection of Handler objects that do
10 option. The OpenerDirector is a composite object that invokes the
24 build_opener -- Function that creates a new OpenerDirector instance.
34 OpenerDirector -- Sets up the User Agent as the Python-urllib client and manages
301 class OpenerDirector:
457 opener = OpenerDirector()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 8 The OpenerDirector manages a collection of Handler objects that do
10 option. The OpenerDirector is a composite object that invokes the
24 build_opener -- Function that creates a new OpenerDirector instance.
34 OpenerDirector -- Sets up the User Agent as the Python-urllib client and manages
311 class OpenerDirector:
467 opener = OpenerDirector()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 8 The OpenerDirector manages a collection of Handler objects that do
10 option. The OpenerDirector is a composite object that invokes the
24 build_opener -- Function that creates a new OpenerDirector instance.
34 OpenerDirector -- Sets up the User Agent as the Python-urllib client and manages
311 class OpenerDirector:
467 opener = OpenerDirector()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 8 The OpenerDirector manages a collection of Handler objects that do
10 option. The OpenerDirector is a composite object that invokes the
24 build_opener -- Function that creates a new OpenerDirector instance.
34 OpenerDirector -- Sets up the User Agent as the Python-urllib client and manages
311 class OpenerDirector:
467 opener = OpenerDirector()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 8 The OpenerDirector manages a collection of Handler objects that do
10 option. The OpenerDirector is a composite object that invokes the
24 build_opener -- Function that creates a new OpenerDirector instance.
34 OpenerDirector -- Sets up the User Agent as the Python-urllib client and manages
311 class OpenerDirector:
467 opener = OpenerDirector()
    [all...]
  /external/python/cpython2/Lib/
urllib2.py 8 The OpenerDirector manages a collection of Handler objects that do
10 option. The OpenerDirector is a composite object that invokes the
24 build_opener -- Function that creates a new OpenerDirector instance.
34 OpenerDirector -- Sets up the User Agent as the Python-urllib client and manages
336 class OpenerDirector:
492 opener = OpenerDirector()
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 8 The OpenerDirector manages a collection of Handler objects that do
10 option. The OpenerDirector is a composite object that invokes the
24 build_opener -- Function that creates a new OpenerDirector instance.
34 OpenerDirector -- Sets up the User Agent as the Python-urllib client and manages
121 'Request', 'OpenerDirector', 'BaseHandler', 'HTTPDefaultErrorHandler',
191 the default installed global OpenerDirector uses UnknownHandler to ensure
434 class OpenerDirector:
585 opener = OpenerDirector()
    [all...]

Completed in 120 milliseconds