bundles / IPython 9.5.0 / IPython / core / interactiveshell / InteractiveShell / find_magic
function
IPython.core.interactiveshell:InteractiveShell.find_magic
Signature
def find_magic ( self , magic_name , magic_kind = line ) Summary
Find and return a magic of the given type by name.
Extended Summary
Returns None if the magic isn't found.
Aliases
-
IPython.InteractiveShell.find_magic