##// END OF EJS Templates
allow rc.direct_view('all') to be lazily-evaluated...
allow rc.direct_view('all') to be lazily-evaluated This means that the view will always apply to currently-attached engines. Previously, rc.direct_view('all') was equivalent to rc[:], which is evaluated at construction. The behavior of rc[:] is unchanged. associated tests included
MinRK -
r4492:7514a2a6
Show More
Name Size Modified Last Commit Author
/ IPython / parallel / tests
__init__.py Loading ...
clienttest.py Loading ...
test_asyncresult.py Loading ...
test_client.py Loading ...
test_db.py Loading ...
test_dependency.py Loading ...
test_lbview.py Loading ...
test_mongodb.py Loading ...
test_newserialized.py Loading ...
test_view.py Loading ...