##// END OF EJS Templates
Separate parent functionality from ParentPollerWindows...
Separate parent functionality from ParentPollerWindows ParentPollerWindows contained a mixture of methods to run in the parent and the child, which was revealed by test failures now that jupyter_client and ipython_kernel are separate packages. This moves the parent methods into a new module jupyter_client.win_interrupt Closes gh-8201
Thomas Kluyver -
r21021:327a1c7c
Show More
Name Size Modified Last Commit Author
/ IPython
core
extensions
external
html
kernel
lib
sphinxext
terminal
testing
utils
__init__.py Loading ...
__main__.py Loading ...
config.py Loading ...
consoleapp.py Loading ...
display.py Loading ...
frontend.py Loading ...
nbconvert.py Loading ...
nbformat.py Loading ...
parallel.py Loading ...
qt.py Loading ...