bundles / IPython 9.5.0 / IPython / core / magic / MagicAlias
class
IPython.core.magic:MagicAlias
source: /IPython/core/magic.py :721
Signature
class MagicAlias ( shell , magic_name , magic_kind , magic_params = None ) Members
Summary
An alias to another magic function.
Extended Summary
An alias is determined by its magic name and magic kind. Lookup is done at call time, so if the underlying magic changes the alias will call the new function.
Use the MagicsManager.register_alias method or the %alias_magic magic function to create and register a new alias.
Aliases
-
IPython.core.magic.MagicAlias