##// END OF EJS Templates
Backport PR #5163: Simplify implementation of TemporaryWorkingDirectory....
Backport PR #5163: Simplify implementation of TemporaryWorkingDirectory. Closes gh-5160 This means `TemporaryWorkingDirectory` can only be used as a context manager, but that's the only way we were using it anyway.

File last commit:

r10306:301083e0
r15377:5a350b98
Show More
__init__.py
10 lines | 270 B | text/x-python | PythonLexer
from .channels import (
InProcessShellChannel,
InProcessIOPubChannel,
InProcessStdInChannel,
InProcessHBChannel,
)
from .client import InProcessKernelClient
from .manager import InProcessKernelManager
from .blocking import BlockingInProcessKernelClient