bundles / IPython latest / 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