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

File last commit:

r14009:6f019b30
r17621:fb8baf19
Show More
__main__.py
3 lines | 114 B | text/x-python | PythonLexer
MinRK
add `python -m` entry points for everything
r14009 if __name__ == '__main__':
from IPython.parallel.apps import ipengineapp as app
app.launch_new_instance()