Inheritance diagram for nitime.six:
Utilities for writing code that runs on Python 2 and 3
Bases: module
Create a six.moves.urllib namespace that resembles the Python 3 namespace
x.__init__(...) initializes x; see help(type(x)) for signature
Class decorator for creating a class with a metaclass.
Add an item to six.moves.
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.
Create a base class with a metaclass.