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

r14009:6f019b30
r21021:327a1c7c
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()