##// END OF EJS Templates
BUG: Traitlets now accepts instantiated sub-traits in List, Tuple, etc....
BUG: Traitlets now accepts instantiated sub-traits in List, Tuple, etc. For example, List(Int) worked as expected, but List(Instance(MyClass)) treated the argument as a default value.
epatters -
r8407:e1a4864e
Show More