##// END OF EJS Templates
Merge pull request #5568 from takluyver/i5556...
Merge pull request #5568 from takluyver/i5556 Use __qualname__ in pretty reprs for Python 3

File last commit:

r16354:f9ebe2eb
r16389:82e453a3 merge
Show More
load_from_namespace.rst
6 lines | 239 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / load_from_namespace.rst
George Titsworth
Added docs for new load magic functionality
r16354 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.
.. sourcecode:: ipython
In [1]: %load -n my_module.some_function