##// END OF EJS Templates
Pass the arguments to the callback in the on_some_change function
Pass the arguments to the callback in the on_some_change function

File last commit:

r21088:5c672627
r21163:37a64120
Show More
daemonize.py
4 lines | 158 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.daemonize has moved to ipython_parallel.apps.daemonize")
from ipython_parallel.apps.daemonize import daemonize