##// END OF EJS Templates
Allow type checking on elements of List,Tuple,Set...
Allow type checking on elements of List,Tuple,Set matches List,Tuple,Set signatures in Traits, but still supports single-argument default value usage in current IPython code

File last commit:

r3666:a6a0636a
r3870:2ac44db6
Show More
client.py
3 lines | 62 B | text/x-python | PythonLexer
from IPython.parallel.client import Client
client = Client()