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

File last commit:

r20955:c71dcbcd
r21021:327a1c7c
Show More
client.py
1 line | 36 B | text/x-python | PythonLexer
from jupyter_client.client import *