##// END OF EJS Templates
Improvements to component.py....
Improvements to component.py. Components are now based fully on traitlets. The have a better querying interface and smart children, parent, root properties. Some testing has been added.

File last commit:

r2058:7e8fc59a
r2180:7d974efa
Show More
irunner
9 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
"""Thin wrapper around the IPython irunner module.
Run with --help for details, or see the irunner source."""
from IPython.lib import irunner
irunner.main()