Utilities for writing code that runs on Python 2 and 3
Class decorator for creating a class with a metaclass. |
|
Add an item to six.moves. |
|
Byte literal |
|
Get the function out of a possibly unbound function |
|
Return an iterator over the (key, value) pairs of a dictionary. |
|
Return an iterator over the keys of a dictionary. |
|
Return an iterator over the (key, [values]) pairs of a dictionary. |
|
Return an iterator over the values of a dictionary. |
|
Remove item from six.moves. |
|
Reraise an exception. |
|
Text literal |
|
Create a base class with a metaclass. |
Lazy loading of moved objects |
|
Create a six.moves.urllib namespace that resembles the Python 3 namespace |
|
Lazy loading of moved objects in six.moves.urllib_error |
|
Lazy loading of moved objects in six.moves.urllib_parse |
|
Lazy loading of moved objects in six.moves.urllib_request |
|
Lazy loading of moved objects in six.moves.urllib_response |
|
Lazy loading of moved objects in six.moves.urllib_robotparser |
|
Class decorator for creating a class with a metaclass.
Add an item to six.moves.
Byte literal
Get the function out of a possibly unbound function
Return an iterator over the (key, value) pairs of a dictionary.
Return an iterator over the keys of a dictionary.
Return an iterator over the (key, [values]) pairs of a dictionary.
Return an iterator over the values of a dictionary.
Remove item from six.moves.
Reraise an exception.
Text literal
Create a base class with a metaclass.