##// END OF EJS Templates
Merge pull request #5810 from minrk/clean-comm-msg...
Merge pull request #5810 from minrk/clean-comm-msg apply json_clean to comm_msg content

File last commit:

r16354:f9ebe2eb
r16642:e0c5da18 merge
Show More
load_from_namespace.rst
6 lines | 239 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / load_from_namespace.rst

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