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

bundles / IPython 9.12.0 / IPython / utils / frame / extract_module_locals

function

IPython.utils.frame:extract_module_locals

source: /IPython/utils/frame.py :92

Signature

def   extract_module_locals ( depth : int = 0 )  →  tuple[ModuleType, dict[str, Any]]

Summary

Returns (module, locals) of the function depth frames away from the caller

Aliases

  • IPython.extract_module_locals