##// END OF EJS Templates
Added new capability to the `%load` magic to search the user's namespace for modules, classes, or functions and inspects those to load source....
Added new capability to the `%load` magic to search the user's namespace for modules, classes, or functions and inspects those to load source. Currently, the `-n` argument must be passed to `%load` to enable this capability.
George Titsworth -
r16318:079a59bd
Show More
Name Size Modified Last Commit Author
/ IPython / core / magics
__init__.py Loading ...
auto.py Loading ...
basic.py Loading ...
code.py Loading ...
config.py Loading ...
deprecated.py Loading ...
display.py Loading ...
execution.py Loading ...
extension.py Loading ...
history.py Loading ...
logging.py Loading ...
namespace.py Loading ...
osm.py Loading ...
pylab.py Loading ...
script.py Loading ...