Inheritance diagram for IPython.kernel.core.magic:
Bases: object
An object that maintains magic functions.
Return True if this object provides a given magic.
Parameters : | name : str |
---|
List environment variables.
Return the current working directory path.
Find an object in the available namespaces.
fixme: this should probably be moved elsewhere. The interpreter?