webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Attributes | List of all members
six.Module_six_moves_urllib Class Reference
Inheritance diagram for six.Module_six_moves_urllib:

Public Member Functions

def __dir__ (self)
 

Static Public Attributes

 parse = _importer._get_module("moves.urllib_parse")
 
 error = _importer._get_module("moves.urllib_error")
 
 request = _importer._get_module("moves.urllib_request")
 
 response = _importer._get_module("moves.urllib_response")
 
 robotparser = _importer._get_module("moves.urllib_robotparser")
 

Detailed Description

Create a six.moves.urllib namespace that resembles the Python 3 namespace

Member Function Documentation

◆ __dir__()

def six.Module_six_moves_urllib.__dir__ (   self)

Member Data Documentation

◆ error

six.Module_six_moves_urllib.error = _importer._get_module("moves.urllib_error")
static

◆ parse

six.Module_six_moves_urllib.parse = _importer._get_module("moves.urllib_parse")
static

◆ request

six.Module_six_moves_urllib.request = _importer._get_module("moves.urllib_request")
static

◆ response

six.Module_six_moves_urllib.response = _importer._get_module("moves.urllib_response")
static

◆ robotparser

six.Module_six_moves_urllib.robotparser = _importer._get_module("moves.urllib_robotparser")
static

The documentation for this class was generated from the following file: