bundles / IPython 9.12.0 / IPython / core / guarded_eval / _get_external
function
IPython.core.guarded_eval:_get_external
Signature
def _get_external ( module_name : str , access_path : Sequence[str] ) Summary
Get value from external module given a dotted access path.
Extended Summary
Only gets value if the module is already imported.
Raises: * KeyError if module is removed not found, and * AttributeError if access path does not match an exported object
Aliases
-
IPython.core.guarded_eval._get_external