##// END OF EJS Templates
remove testing.tools.monkeypatch...
remove testing.tools.monkeypatch use mock.patch.object instead part 1 of reducing dependence on testing.tools

File last commit:

r20951:706daf38
r21116:0ef44790
Show More
__init__.py
8 lines | 269 B | text/x-python | PythonLexer
"""IPython kernels and associated utilities"""
from .connect import *
from .launcher import *
from .client import KernelClient
from .manager import KernelManager, run_kernel
from .blocking import BlockingKernelClient
from .multikernelmanager import MultiKernelManager