param
param copied to clipboard
Add `is_instance` attribute to `Param.List`
There's currently no way to validate that the items in a param.List are a subclass of a given class, it's assumed they are all instance objects of item_type. I suggest adding the attribute is_instance=False similarly to ClassSelector.