Inheritance diagram for IPython.kernel.contexts:
Context managers for IPython.
Python 2.5 introduced the with statement, which is based on the context manager protocol. This module offers a few context managers for common cases, which can also be useful as templates for writing new, application-specific managers.
Bases: IPython.kernel.contexts.RemoteContextBase