joruof/imviz

No support for sets in autogui()

Closed this issue · 0 comments

The awesome autogui() feature sadly lacks support for the set type. A possible naive implementation:

        elif isinstance(obj, set):
            attr_dict = {i: n for i, n in enumerate(obj)}