##// 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.

File last commit:

r11033:fa36e98f
r16200:a7b36ceb
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer