##// 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 / templates
404.html Loading ...
error.html Loading ...
login.html Loading ...
logout.html Loading ...
notebook.html Loading ...
page.html Loading ...
tree.html Loading ...