##// END OF EJS Templates
Add a new context manager, Widget.hold_sync(), which holds any syncing until the manager exits...
Add a new context manager, Widget.hold_sync(), which holds any syncing until the manager exits Sometimes for consistency or efficiency purposes, it makes sense to update a group of properties all at once. This context manager makes this possible. We also fix a bug where send_state was not passing the key on to get_state.
Jason Grout -
r17621:fb8baf19
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_launcher.py Loading ...
test_lbview.py Loading ...
test_magics.py Loading ...
test_mongodb.py Loading ...
test_view.py Loading ...