This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / core / interactiveshell / InteractiveShell / _find_with_lazy_load

function

IPython.core.interactiveshell:InteractiveShell._find_with_lazy_load

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

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