##// END OF EJS Templates
Change _parse_text_input to _parse_value and update float range regex
Change _parse_text_input to _parse_value and update float range regex

File last commit:

r10306:301083e0
r17957:e4c20692
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