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

bundles / IPython 9.3.0 / IPython / core / interactiveshell / InteractiveShell / find_line_magic

function

IPython.core.interactiveshell:InteractiveShell.find_line_magic

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

Signature

def   find_line_magic ( self magic_name )

Summary

Find and return a line magic by name.

Extended Summary

Returns None if the magic isn't found.

Aliases

  • IPython.InteractiveShell.find_line_magic