##// END OF EJS Templates
A number of changes to how traitlets and components work....
A number of changes to how traitlets and components work. * Classes can be given as strings, like 'foo.bar.Bar' in the Type and Instance traitlets as well as the get_instances method of Component. This is done to allow for forward declarations. * New IPython.utils.importstring that imports a class from a string, like 'foo.bar.Bar'.
Brian Granger -
r2229:46a9a124
Show More
Name Size Modified Last Commit Author
/ IPython / core
tests
__init__.py Loading ...
application.py Loading ...
autocall.py Loading ...
builtin_trap.py Loading ...
completer.py Loading ...
component.py Loading ...
crashhandler.py Loading ...
debugger.py Loading ...
embed.py Loading ...
error.py Loading ...
excolors.py Loading ...
fakemodule.py Loading ...
history.py Loading ...
hooks.py Loading ...
ipapi.py Loading ...
ipapp.py Loading ...
iplib.py Loading ...
logger.py Loading ...
macro.py Loading ...
magic.py Loading ...
oinspect.py Loading ...
oldusersetup.py Loading ...
outputtrap.py Loading ...
page.py Loading ...
prefilter.py Loading ...
prompts.py Loading ...
quitter.py Loading ...
release.py Loading ...
shadowns.py Loading ...
ultratb.py Loading ...
usage.py Loading ...