Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 239 Bytes

load_from_namespace.rst

File metadata and controls

6 lines (3 loc) · 239 Bytes

Adds object inspection to %load magic so that source for objects in user or global namespaces can be loaded. To enable searching the namespace, use the -n option.

In [1]: %load -n my_module.some_function