Inheritance diagram for nipy.utils:
General utilities for code support.
These are modules that we (broadly-speaking) wrote; packages that other people wrote, that we ship, go in the nipy.externals tree.
Bases: exceptions.UserWarning
Visible deprecation warning.
Python does not show any DeprecationWarning by default. Sometimes we do want to show a deprecation warning, when the deprecation is urgent, or the usage is probably a bug.
x.__init__(...) initializes x; see help(type(x)) for signature