bundles / IPython 9.3.0 / IPython / core / interactiveshell / InteractiveShell / _find_with_lazy_load
function
IPython.core.interactiveshell:InteractiveShell._find_with_lazy_load
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: strThe 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