##// END OF EJS Templates
fix iteration over Client...
fix iteration over Client I didn't intend for Client to be iterable, but defining `__getitem__` makes it iterable as long as engine IDs are continuous (not always the case). This explicitly defines `__iter__` so it behaves consistently.
MinRK -
r16200:a7b36ceb
Show More
Name Size Modified Last Commit Author
/ IPython / html / notebook
__init__.py Loading ...
handlers.py Loading ...