Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
A context manager for managing things injected into __builtin__.
Authors:
Bases: IPython.config.configurable.Configurable
Store ipython references in the __builtin__ namespace.
Add a builtin and save the original.
Remove any builtins which might have been added by add_builtins, or restore overwritten ones to their previous values.
Remove an added builtin and re-set the original.