Closed dvdbng closed 8 years ago
Note: this will break datahub-ui, I think this can be merged safely but we need to hold updating the exporters version datahub-api uses until a PR I'll make soon against datahub-ui is merged.
I love this... Maybe it's worth documenting the three possible list types.
Neat!! :heart:
This checks that the list items have the correct types by defining new list subclasses (str_list, dict_list, int_list...), and exposes the expected list item type in
option['type'].__name__