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_with_lazy_load

function

IPython.core.interactiveshell:InteractiveShell._find_with_lazy_load

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

Signature

def   _find_with_lazy_load ( self / type_ magic_name : str )

Summary

Try to find a magic potentially lazy-loading it.

Parameters

type_: "line"|"cell"

the type of magics we are trying to find/lazy load.

magic_name: str

The name of the magic we are trying to find/lazy load

Note that this may have any side effects

Aliases

  • IPython.InteractiveShell._find_with_lazy_load