Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Implementation of all the magic functions built into IPython.
Bases: IPython.core.magic.Magics
Placeholder for user-defined magics to be added at runtime.
All magics are eventually merged into a single namespace at runtime, but we use this class to isolate the magics defined dynamically by the user into their own class.