Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Static Public Attributes | List of all members
pip._vendor.six.Module_six_moves_urllib Class Reference
Inheritance diagram for pip._vendor.six.Module_six_moves_urllib:

Public Member Functions

def __dir__
 

Static Public Attributes

list parse = sys.modules[__name__ + ".moves.urllib_parse"]
 
list error = sys.modules[__name__ + ".moves.urllib_error"]
 
list request = sys.modules[__name__ + ".moves.urllib_request"]
 
list response = sys.modules[__name__ + ".moves.urllib_response"]
 
list robotparser = sys.modules[__name__ + ".moves.urllib_robotparser"]
 

Detailed Description

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

Member Function Documentation

def pip._vendor.six.Module_six_moves_urllib.__dir__ (   self)

Member Data Documentation

list pip._vendor.six.Module_six_moves_urllib.error = sys.modules[__name__ + ".moves.urllib_error"]
static
list pip._vendor.six.Module_six_moves_urllib.parse = sys.modules[__name__ + ".moves.urllib_parse"]
static
list pip._vendor.six.Module_six_moves_urllib.request = sys.modules[__name__ + ".moves.urllib_request"]
static
list pip._vendor.six.Module_six_moves_urllib.response = sys.modules[__name__ + ".moves.urllib_response"]
static
list pip._vendor.six.Module_six_moves_urllib.robotparser = sys.modules[__name__ + ".moves.urllib_robotparser"]
static

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

Copyright 2014 Google Inc. All rights reserved.