bundles / IPython latest / IPython / core / interactiveshell / InteractiveShell / find_line_magic
function
IPython.core.interactiveshell:InteractiveShell.find_line_magic
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