You are viewing an older version (9.11.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.11.0 / IPython / core / interactiveshell / InteractiveShell / find_magic

function

IPython.core.interactiveshell:InteractiveShell.find_magic

source: /IPython/core/interactiveshell.py :2616

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