##// END OF EJS Templates
Remove old unused class...
Remove old unused class It seem unused in our codebase. The only place where it is used in github import from genutils which don't exist in IPython. Closes ipython/ipython#14

File last commit:

r20825:a92b46a2
r21439:a33a0632
Show More
valid-widget.rst
1 line | 143 B | text/x-rst | RstLexer
Jonathan Frederic
Add whatsnew for Valid widget.
r20825 Added a ``Valid`` widget which inherits the ``_Bool`` widget and displays a green checkmark or red cross depending on the truth of ``.value``.